From: Klaus Kurzmann Date: Fri, 12 Feb 2010 20:12:06 +0000 (+0100) Subject: openssh: allow empty passwords in sshd_config for SHR X-Git-Tag: Release-2010-05/1~491^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550d4902f4f5a369d8fe378c364efcc2346a2d05;p=openembedded.git openssh: allow empty passwords in sshd_config for SHR because users insist on it :( 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 a6ae07b5c8..3d36cdf601 100644 --- a/recipes/openssh/openssh-5.2p1/shr/sshd_config +++ b/recipes/openssh/openssh-5.2p1/shr/sshd_config @@ -59,7 +59,7 @@ Protocol 2 # To disable tunneled clear text passwords, change to no here! #PasswordAuthentication yes -#PermitEmptyPasswords no +PermitEmptyPasswords yes # Change to no to disable s/key passwords #ChallengeResponseAuthentication yes