View Single Post
  #2   (View Single Post)  
Old 4th April 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

The server you are ssh'ing/logon to, is trying to do a double reverse name lookup of your workstation IP address. This however fails and that is causing the delay.

Easiest way is to add the IP address and the name of your workstation to the "/etc/hosts" file of the server.
Real pro's configure a local nameserver . Only the cowards set "UseDNS to "no" in the sshd.conf of the server
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 5th April 2011 at 12:35 AM. Reason: Reformulated/simplified
Reply With Quote