我已经安装了Cygwin和OpenSSH服务器。
Cygwin版本为2.2.1(0.289 / 5/3),OpenSSH版本为7.0p1-1
经过一些配置后,我可以在我的SSH服务器上连接:
$ ssh username@localhost
username@localhost's password:
Last login: Sat Aug 22 13:37:06 2015 from ::1
但是,我无法在我的SSH服务器上连接:
$ ssh username@127.0.0.1
username@127.0.0.1's password:
Permission denied, please try again.
username@127.0.0.1's password:
Permission denied, please try again.
username@127.0.0.1's password:
Received disconnect from 127.0.0.1: 2: Too many attempts.
Disconnected from 127.0.0.1
我很困惑,因为我不知道localhost
和之间有什么区别127.0.0.1
欲了解更多的细节,我已经描述ssh_config
和sshd_config
在这里
hosts
文件中写了什么(不确定它在windows中的位置)?