SSH Long time delay login to connect using ssh in linux
I had more of 10 seconds waiting for a connection to a remote SSH linux, well the issue that I got was due to the remote server CENTOS 5.5 because into sshd_config exist a GSS option enabled.
Just comment the following line /etc/ssh/sshd_config
# GSSAPIAuthentication yesRestart the sshd service into the remote server.
service sshd restart
No Comments »
RSS feed for comments on this post. TrackBack URL
