August 10, 2010

Disable ssh server reverse dns lookup

Add/Edit the following lines to your /etc/ssh/sshd_config and restart ssh service

UseDNS no
GSSAPIAuthentication no

To enable remote port forwarding for all the computers on your subnet, add this:

GatewayPorts yes

No comments:

Post a Comment