SSH slow login Problem
-
SSH slow login? Disable reverse DNS lookup
when you log into the SSH server, it will do a reverse DNS lookup of the client for security reasons. Thats why it takes a time to login.
vi /etc/ssh/sshd_config (and add the below line:)
UseDNS no
So enjoy SSH
1 Comment
Leave a Comment


January 19th, 2012 at 1:40 pm
Interesting post. It is short but up to the point. This will really help people who are experiencing log in problems.