tuxtrix.com
Reduce SSH connection time to remote servers - Tuxtrix
Sometimes the ssh to remote server may take a long time to connect. This is because the ssh config tries to authenticate with GSSAPI which may be enabled in the server. Doublecheck if that is the case using the -v option : ssh -v foo@bar.com If you get this particular line on the screen, debug1: […]