openssh: allow empty passwords in sshd_config for SHR
authorKlaus Kurzmann <mok@fluxnetz.de>
Fri, 12 Feb 2010 20:12:06 +0000 (21:12 +0100)
committerKlaus Kurzmann <mok@fluxnetz.de>
Fri, 12 Feb 2010 20:12:06 +0000 (21:12 +0100)
because users insist on it :(

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/openssh/openssh-5.2p1/shr/sshd_config

index a6ae07b..3d36cdf 100644 (file)
@@ -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