sshd langsam
Posted: 2006-07-09 17:40
Mein Problem ist der SSHD - nach Eingabe des Users braucht der etwa 20 Sekunden bis des Passwort-Promt kommt. Es ist ein Server der mit Debian Sarge läuft.
cat /etc/ssh/sshd_config | egrep -v ^#
sagt :
Vielleicht jemand eine Idee wo dran das liegen kann?
cat /etc/ssh/sshd_config | egrep -v ^#
sagt :
Code: Select all
Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
UsePrivilegeSeparation yes
KeyRegenerationInterval 3600
ServerKeyBits 768
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 600
PermitRootLogin no
StrictModes yes
RSAAuthentication yes
PubkeyAuthentication yes
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
PasswordAuthentication no
X11Forwarding no
X11DisplayOffset 10
PrintMotd yes
PrintLastLog yes
KeepAlive yes
Subsystem sftp /usr/lib/sftp-server