cd to /etc/ssh
vi sshd_config#adding following line at the bottom
UserDNS no
After adding the above line, then you need to restart ssh.
/etc/init.d/sshd restartYou will see.
# init.d/sshd restart
Stopping sshd: [ OK ]Starting sshd: [ OK ]
No comments:
Post a Comment