Quick Tip: Slow SSH

by John Email

Is your ssh taking ages to show the login prompt. It could be a DNS issue.
One quick way to fix this is to disable DNS for ssh. To do this follow
these steps

$ sudo vi /etc/ssh/ssh_config

Add:

UseDNS no

$ sudo service ssh restart

Note that its probably better to fix the DNS issue but in some cases you may not have access to do this.

No feedback yet

Leave a comment


Your email address will not be revealed on this site.

Your URL will be displayed.
PoorExcellent
(Line breaks become <br />)
(Name, email & website)
(Allow users to contact you through a message form (your email will not be revealed.)