[oe-commits] Klaus Kurzmann : openssh: allow empty passwords in sshd_config for SHR

git version control git at git.openembedded.org
Mon Feb 15 06:23:41 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: 550d4902f4f5a369d8fe378c364efcc2346a2d05
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=550d4902f4f5a369d8fe378c364efcc2346a2d05

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Feb 12 21:12:06 2010 +0100

openssh: allow empty passwords in sshd_config for SHR
because users insist on it :(

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/openssh/openssh-5.2p1/shr/sshd_config |    2 +-
 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 a6ae07b..3d36cdf 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





More information about the Openembedded-commits mailing list