Ubuntu 8.04 SSH login slow

SSH Login to my Ubuntu 8.04 machine was slow. (It would delay about 5 seconds after I issued the ssh command for the remote machine to request a password.) I believe this is because the remote machine is on my home network, and I have set up it’s hostname using host entries instead of having a true DNS name.
I edited the /etc/init.d/sshd_config file and added the single line:
UseDNS no
which fixed this problem as soon as I restarted the SSH server, with
sudo /etc/init.d/ssh restart

Related posts:

  1. Finding hosts in new known_hosts files which are hashed
  2. Backflip wifi tether with Ubuntu Linux
  3. IBM Think pad X31 Radeon M6 – Suspend Screen Fix

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment