Friday 25 January 2013

slow ssh connection on ubuntu

Simply edit sshd_config  by typing

 >> sudo vim /etc/ssh/sshd_config

Add the line to the bottom of file

UseDNS no




Restart the ssh service


>> sudo service ssh reload

After this it will not delay for ssh login.