Monday, July 18, 2011

Speeding up ssh connections/logins

Very useful is to deactivate the DNS lookups in the ssh server. Another easy modification: add one line to the /etc/ssh/sshd_config file:


  1. Type: # pico /etc/ssh/sshd_config
  2. Add the line (green bold one): 
#PermitTunnel no

UseDNS no

# no default banner path

No comments: