This site is a technical reference site for me and anyone else who finds it. It is not a site for newbies; more for the sysadmin types. This site was created because I was sick of constantly searching for the same information over and over again. It is for me to note things that I want to remember if they come up again.
Ubuntu slow SSH logon
This is more of an annoyance, but here is a quick and easy fix for a slow ssh logon. The problem is basically when you log in via SSH the password prompt doesn't show up for 10-15 seconds.
sudo nano /etc/nsswitch.conf
Now change the line "hosts: files mdns4_minimal [NOTFOUND=return] dns mdns 4 mdns" to "hosts: files dns"
Log out of your ssh session, and log back in. The password prompt should instantly come up now.
No comments:
Post a Comment