sudo vi /etc/ssh/sshd_configAt the end, paste this in:
# Fix slow login timesSave and exit.
UseDNS no
Now restart your OpenSSH daemon. You can do it while connected via SSH.
sudo /etc/init.d/ssh restartThat's it! It should now connect almost immediately.
No comments:
Post a Comment