May 15, 2012

Speed up connection to ssh server

To speed up the connection to an ssh server, you can disable the reverse DNS lookup on the server. To do this add (edit) the following lines in "/etc/ssh/sshd_config", and restart the sshd service:
UseDNS no
GSSAPIAuthentication no

1 comment: