git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6adbcf3
)
openssh: allow empty passwords in sshd_config for SHR
author
Klaus Kurzmann
<mok@fluxnetz.de>
Fri, 12 Feb 2010 20:12:06 +0000
(21:12 +0100)
committer
Klaus 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
patch
|
blob
|
history
diff --git
a/recipes/openssh/openssh-5.2p1/shr/sshd_config
b/recipes/openssh/openssh-5.2p1/shr/sshd_config
index
a6ae07b
..
3d36cdf
100644
(file)
--- 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