SSH 연결이 매우 느림

SSH 연결이 매우 느림

그렇게 하면 ssh root@ip_adress7~8초 정도 기다리면서 비밀번호 요청을 받습니다. 열쇠로 할 때도 이런 일이 발생합니다.

이것은 서버 측 문제가 아니라고 확신합니다(Centos 또는 Debian이 동일한 서버에 즉시 연결됨). 이것이 문제를 해결하기 위해 취한 것입니다.

/etc/pam.d/login 및 /etc/pam.d/sshd에서 "session option pam_motd.so"를 삭제했습니다. /etc/pam.d/sshd의 UseDNS no가 작동하지 않습니다.

*영어로 해서 미안해요

시작했을 때 /usr/sbin/sshd -d -d -d나는 ssh -v host이것을 얻었습니다.

debug1: No valid Key exchange context   debug1: Next authentication method: gssapi-with-mic 
**WAIT 3-4 Sec**
debug1: Unspecified GSS failure. Minor code may provide more       information No Kerberos credentials available
**WAIT 2-3 Sec**      
debug1: Unspecified GSS failure. Minor code may provide more       information No Kerberos credentials available W debug1: Unspecified  GSS failure. Minor code may provide more information 
**WAIT 2-3 Sec**   
debug1: Unspecified GSS failure. Minor code may provide more       information No Kerberos credentials available 
**WAIT 2-3 Sec**     
debug1: Next authentication method: publickey 
debug1: Offering RSA       public key: /root/.ssh/id_rsa debug1: Authentications that can       continue: publickey,gssapi-keyex,gssapi-with-mic,password 
debug1:       Trying private key: /root/.ssh/id_dsa debug1: Trying private key:       /root/.ssh/id_ecdsa debug1: Trying private key: /root/.ssh/id_ed25519

답변1

GSSAPIAuthentication no에 추가하여 문제가 해결되었습니다 /etc/ssh/ssh_config.

관련 정보