1

当我通过 Windows 使用 PUTTY 在我的云中连接时,最多在大约 3 秒内建立连接。

当我通过 Ubuntu 连接时,它是“加载、加载、加载”……大约 10 秒后要求输入密码,然后再等待 2 秒,它就会连接。

这是为什么?

[编辑]
[调试] -v

debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Next authentication method: gssapi-keyex
debug1: No valid Key exchange context
debug1: Next authentication method: gssapi-with-mic
debug1: Unspecified GSS failure.  Minor code may provide more information
Cannot determine realm for numeric host address

debug1: Unspecified GSS failure.  Minor code may provide more information
Cannot determine realm for numeric host address

debug1: Unspecified GSS failure.  Minor code may provide more information


debug1: Unspecified GSS failure.  Minor code may provide more information
Cannot determine realm for numeric host address

debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/patrick/.ssh/id_rsa
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
debug1: Trying private key: /home/patrick/.ssh/id_dsa
debug1: Trying private key: /home/patrick/.ssh/id_ecdsa
debug1: Next authentication method: password
4

2 回答 2

0

尝试通过 ip 而不是主机名连接。当名称解析时间过长时,有时会出现延迟。

于 2012-11-03T16:21:14.677 回答
0

问题解决了!

GSSAPIAuthentication no
于 2012-11-04T14:59:17.083 回答