我在OS X上尝试SSH进入ubuntu 12.04服务器。我能够进行SSH连接-直到突然停止工作。我已经在线阅读过使用-v
调试它。输出如下所示。如果我将ssh放入另一个框,然后从该框SSH到服务器,则可以登录。我不知道如何调试此问题,但想学习。
$ ssh -v me@server
OpenSSH_6.2p2, OSSLShim 0.9.8r 8 Dec 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug1: Connecting to server [IP] port 22.
debug1: Connection established.
debug1: identity file /Users/me/.ssh/id_rsa type 1
debug1: identity file /Users/me/.ssh/id_rsa-cert type -1
debug1: identity file /Users/me/.ssh/id_dsa type -1
debug1: identity file /Users/me/.ssh/id_dsa-cert type -1
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_6.2
ssh_exchange_identification: read: Connection reset by peer
到目前为止(根据留言板的建议),我一直在寻找主机拒绝文件-但是我的机器上没有这样的文件。
$ cat /etc/hosts.deny
cat: /etc/hosts.deny: No such file or directory
我在客户端计算机上具有管理员访问权限,但在服务器上却没有。
sshd
在备用端口上开始侦听,并提供详细的输出,并在尝试连接至该端口时提供输出。$(which sshd) -d -p 23
。如果您没有执行此操作的能力,那么您的选择将非常有限。最好的选择是让某个拥有服务器管理员权限的人。