|
[xxx@iPad ~]$ ssh -v root@11.12.8.40
OpenSSH_5.6p1, OpenSSL 1.0.0 29 Mar 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to 11.12.8.40 [11.12.8.40] port 22.
debug1: Connection established.
debug1: identity file /home/xxx/.ssh/id_rsa type -1
debug1: identity file /home/xxx/.ssh/id_rsa-cert type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.1
debug1: match: OpenSSH_4.1 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.6
debug1: SSH2_MSG_KEXINIT sent
我用id_rsa密钥登录,其他ssh的服务起都可以登录
这台服务器走到ssh2_msg_kexinit sent就卡死了
而在windows下用putty每台机都可以登录
发现能登录的服务器ssh版本为
SSH-2.0-OpenSSH_4.3
SSH-2.0-OpenSSH_4.3
不能登录的服务器ssh版本为
SSH-2.0-OpenSSH_4.1
SSH-2.0-OpenSSH_3.6.1
这个应该是巧合吧 |
|