diff options
author | Wenlin Kang <wenlin.kang@windriver.com> | 2015-04-30 18:17:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-03 11:39:47 +0100 |
commit | f879a7406d8fce37e8baf5fe724d7ed0042d57f8 (patch) | |
tree | 099940372ef500327d3a09c9aafcbb79e8598151 /meta-selftest | |
parent | 1bb2c58ef7de3a1d52b4a29ca3cc230defe6c21d (diff) | |
download | openembedded-core-f879a7406d8fce37e8baf5fe724d7ed0042d57f8.tar.gz openembedded-core-f879a7406d8fce37e8baf5fe724d7ed0042d57f8.tar.bz2 openembedded-core-f879a7406d8fce37e8baf5fe724d7ed0042d57f8.zip |
openssh: fix login fails for ssh -o Batchmode=yes with empty passwords
The patch fixes the login fails for ssh -o Batchmode=yes when passwords is
empty and without authorized_keys file even if set "PermitEmptyPasswords yes"
in sshd_config file.
Here, to fix this issue, we remove the file auth2-none.c-avoid-authenticate-
empty-passwords-to-m.patch, that fixed broken pipe while sshd with pam,
but it isn't needed any more now, because we make it has gone by change
ChallengeResponseAuthentication value in sshd_config file.
Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions