Hello,
I've a starnge problem. I am using ssh to connect to some servers without any problems for a while.
After upgradind some machines from kubuntu 14.10 to ubuntu 14.04 (same for 14.10) ssh started to freeze for like 5-20 seconds from time to time.
If i ssh to a ubuntu 12.04 and from that machine to the 14.04/14.10 one i get no problems.
Client global ssh_conf
For testing i added to ~/.ssh/config
Server sshd_config
Network including mtu is looking fine.
Any ideas?
many thanks,
Gregor
I've a starnge problem. I am using ssh to connect to some servers without any problems for a while.
After upgradind some machines from kubuntu 14.10 to ubuntu 14.04 (same for 14.10) ssh started to freeze for like 5-20 seconds from time to time.
If i ssh to a ubuntu 12.04 and from that machine to the 14.04/14.10 one i get no problems.
Client global ssh_conf
Code:
Host *
SendEnv LANG LC_*
HashKnownHosts yes
GSSAPIAuthentication yes
GSSAPIDelegateCredentials no
Code:
ServerAliveCountMax 3
ServerAliveInterval 10
Code:
Port 22
Protocol 2
HostKey /etc/ssh/ssh_host_rsa_key
HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
UsePrivilegeSeparation yes
KeyRegenerationInterval 3600
ServerKeyBits 1024
SyslogFacility AUTH
LogLevel INFO
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes
RSAAuthentication yes
PubkeyAuthentication yes
IgnoreRhosts yes
RhostsRSAAuthentication no
HostbasedAuthentication no
PermitEmptyPasswords no
ChallengeResponseAuthentication no
PasswordAuthentication no
X11Forwarding yes
X11DisplayOffset 10
PrintMotd no
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_*
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
Any ideas?
many thanks,
Gregor
No comments:
Post a Comment