1

PUTTY を使用して Windows でクラウドに接続すると、最大で約 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

Problem solved!

GSSAPIAuthentication no
于 2012-11-04T14:59:17.083 に答える
0

ホスト名ではなく IP で接続してみてください。名前解決に時間がかかりすぎると、ラグが発生することがあります。

于 2012-11-03T16:21:14.677 に答える