Go to content

geek_stuff/server & linux

ssh 접속이 느릴경우

When logging in, ssh daemon checks reverse DNS lookup.
so only thing you have to do is, write one line in sshd_config of server.

/etc/ssh/sshd_config:
UseDNS no

restart ssh daemon, and that's it.