この質問にはすでに回答があります :遅すぎるsshログインを高速化するにはどうすればよいですか?
(8つの回答)
2年前に閉鎖されました。
Linux
(8つの回答)
2年前に閉鎖されました。
ネットワーク内の一部のLinuxサーバーがsshを使用して接続するのに長い時間がかかることに気づきました。
状況 :
私が直面した状況は2つあります:
-
一部のサーバーでは、パスワードを要求するのに長い時間がかかる場合があります
-
しかし、他のサーバーでは、パスワードを挿入すると応答しません 。そして、しばらくすると20 0r 30秒と言うと、接続が閉じられましたとだけ表示されます。
1件の詳細 :
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
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
debug2: we did not send a packet, disable method
debug1: Next authentication method: publickey
debug1: Trying private key: /home/umairmustafa/.ssh/id_rsa
debug1: Trying private key: /home/umairmustafa/.ssh/id_dsa
debug1: Trying private key: /home/umairmustafa/.ssh/id_ecdsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
承認された回答:
今朝も同じ問題がありました…
/etc/ssh/sshd_config
を編集します GSSAPIAuthentication no
を設定するには