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:
ff28e83
)
Fix sshd_config, second try
author
Matthias Hentges
<oe@hentges.net>
Sun, 26 Sep 2004 18:46:21 +0000
(18:46 +0000)
committer
Matthias Hentges
<oe@hentges.net>
Sun, 26 Sep 2004 18:46:21 +0000
(18:46 +0000)
BKrev: 41570e7dLS-Mgq3EdDvh09JpWgJYXA
openssh/openssh-3.8p1/sshd_config
patch
|
blob
|
history
diff --git
a/openssh/openssh-3.8p1/sshd_config
b/openssh/openssh-3.8p1/sshd_config
index
5eecf0e
..
417f481
100644
(file)
--- a/
openssh/openssh-3.8p1/sshd_config
+++ b/
openssh/openssh-3.8p1/sshd_config
@@
-54,7
+54,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
@@
-93,4
+93,4
@@
ClientAliveInterval 15
ClientAliveCountMax 4
# override default of no subsystems
-Subsystem sftp /usr/
sbin
/sftp-server
+Subsystem sftp /usr/
libexec
/sftp-server