From: Klaus Kurzmann Date: Wed, 23 Dec 2009 06:34:40 +0000 (+0100) Subject: openssh-5.2p1: actually turn DNS off not explicitely on for SHR distro X-Git-Tag: Release-2010-05/1~1179 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6828c84c6b5bc4343b90fd2816d914e9e37861ab;p=openembedded.git openssh-5.2p1: actually turn DNS off not explicitely on for SHR distro Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/openssh/openssh-5.2p1/shr/sshd_config b/recipes/openssh/openssh-5.2p1/shr/sshd_config index 32d8cd5738..a6ae07b5c8 100644 --- a/recipes/openssh/openssh-5.2p1/shr/sshd_config +++ b/recipes/openssh/openssh-5.2p1/shr/sshd_config @@ -100,7 +100,7 @@ UsePrivilegeSeparation yes Compression no ClientAliveInterval 15 ClientAliveCountMax 4 -UseDNS yes +UseDNS no #PidFile /var/run/sshd.pid #MaxStartups 10 #PermitTunnel no