If you want ultra-fast connection login times to your ssh servers you may like to change several values in the /etc/ssh/sshd_config file along with RSA authentication:
GSSAPIAuthentication no
UseDNS no
You can use this only if you don't need GSS or reverse DNS of course. No more delays. Every milisecond counts!
Connect to your ssh boxes faster
May 28, 2011