如何在Windows Server 2008上configurationfreeSSHd,以便我可以使用sshlogin?
我已经在Windows Server 2008上安装了freeSSHd (按照如何在Windows Server 2008中安装SSH服务器中的说明),其中包括: 用NTLM授权创build了一个名为“dspitzer”的用户 在Windows防火墙中打开端口22的例外 但是,当我尝试连接(从Mac OS X 10.5.8命令行)时,input密码后,我得到权限被拒绝: $ ssh 12.34.56.78 [email protected]'s password: Permission denied, please try again. [email protected]'s password: Permission denied, please try again. [email protected]'s password: Received disconnect from 12.34.56.78: 2: Too many attempts. 我也试过: $ ssh [email protected] [email protected]'s password: Permission denied, please try again. [email protected]'s password: Permission denied, please […]