diff options
author | Matthias Hentges <oe@hentges.net> | 2004-09-26 18:46:21 +0000 |
---|---|---|
committer | Matthias Hentges <oe@hentges.net> | 2004-09-26 18:46:21 +0000 |
commit | 271c7662d8f5bece53a8cf5becf255d407998828 (patch) | |
tree | 4023760fc51ff8d6bc7b013e8eb2aa6da731cbcd /openssh | |
parent | ff28e83fd9c954445e5cb79bdbb7a9c106d9c747 (diff) |
Fix sshd_config, second try
BKrev: 41570e7dLS-Mgq3EdDvh09JpWgJYXA
Diffstat (limited to 'openssh')
-rw-r--r-- | openssh/openssh-3.8p1/sshd_config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openssh/openssh-3.8p1/sshd_config b/openssh/openssh-3.8p1/sshd_config index 5eecf0eed0..417f4812b9 100644 --- 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 |