From a1d461d67760b684a3c9fdac0b0a54b490a79c9e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Thu, 3 Mar 2005 00:48:18 +0000 Subject: Turn dns resolution off on SSHD --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/ssh') diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index 3281a7d..47a1013 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -90,7 +90,7 @@ PermitRootLogin yes #Compression yes #ClientAliveInterval 0 #ClientAliveCountMax 3 -#UseDNS yes +UseDNS no #PidFile /var/run/sshd.pid #MaxStartups 10 -- cgit v1.1