As an addendum to ahoffman's comment '-u0' will disable DNS lookups except when the configuration requires it. From the man page for sshd on 7.3:
"Authentication mechanisms that may require DNS
include RhostsAuthentication, RhostsRSAAuthentication,
HostbasedAuthentication and using a from="pattern-list" option in
a key file. Configuration options that require DNS include using
a USER@HOST pattern in AllowUsers or DenyUsers."
Main Topics
Browse All Topics





by: ahoffmannPosted on 2003-08-14 at 02:59:02ID: 9145210
some openssh sshd can be tweaked like this:
sshd -u0 ...
There's also a know buggy version of OpenSSH which does DNS queries, check at RH for a version without this flaw (it has to do with the kerberos authentification)