When I google around for fixing SSH login delay, most articles tell you to add the UseDNS no you the server's sshd_config file. However, I regularly have to use some servers where this setting has been turned off but I still get delays. For future reference, here's my fix. Add the following to your client .ssh/config:
Host <hostname> GSSAPIAuthentication no
Comments
Nobody has posted any comments yet.
Comments have been retired for this article.