SSH stellt sehr langsame Verbindung her

SSH stellt sehr langsame Verbindung her

Wenn ich das mache, ssh root@ip_adresserhalte ich nach 7-8 Sekunden Wartezeit eine Passwortabfrage. Das passiert auch, wenn ich es mit Schlüsseln mache.

Ich bin sicher, dass dies kein Serverproblem ist (Centos oder Debian stellen sofort eine Verbindung zum selben Server her). So habe ich das Problem gelöst:

Gelöscht «session optional pam_motd.so» aus /etc/pam.d/login und /etc/pam.d/sshd UseDNS no in /etc/pam.d/sshd Und es funktioniert nicht

*Entschuldigung für mein Englisch

Als ich angefangen habe, bekam ich Folgendes /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

Antwort1

Problem durch Hinzufügen zu GSSAPIAuthentication nogelöst /etc/ssh/ssh_config.

verwandte Informationen