slow ssh connection in ubuntu
        by Manoj[ Edit ] 2013-07-23 18:04:28 
         
        
        	In your ubuntu pc or laptop you will find that ssh connection is slow.Below solution will fix it.
Solution:
1.Login into your terminal as root
2.edit 
sshd_config file:
Uncomment the first two lines and add the last line in the conf file.
vim /etc/ssh/sshd_config
GSSAPIAuthentication no
GSSAPICleanupCredentials yes
UseDNS no
3.
/etc/init.d/ssh restart