aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssh
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-02-12 21:12:06 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2010-02-12 21:12:06 +0100
commit550d4902f4f5a369d8fe378c364efcc2346a2d05 (patch)
tree839349c9c3ead354e2fce649322f918e51d963f0 /recipes/openssh
parent6adbcf3963b0d9784442c5b7aa77bf0b88635500 (diff)
downloadopenembedded-550d4902f4f5a369d8fe378c364efcc2346a2d05.tar.gz
openssh: allow empty passwords in sshd_config for SHR
because users insist on it :( Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/openssh')
-rw-r--r--recipes/openssh/openssh-5.2p1/shr/sshd_config2
1 files changed, 1 insertions, 1 deletions
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