From f1f08609fca45ae40b6a8c8302b5ae3b9bc6b4c2 Mon Sep 17 00:00:00 2001 From: Wenlin Kang Date: Wed, 9 Sep 2015 05:37:02 -0400 Subject: openssh: set ChallengeResponseAuthentication to no 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. Signed-off-by: Wenlin Kang Signed-off-by: Wenzong Fan Signed-off-by: Robert Yang Signed-off-by: Mark Hatle --- recipes-connectivity/openssh/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-connectivity/openssh/files/sshd_config') diff --git a/recipes-connectivity/openssh/files/sshd_config b/recipes-connectivity/openssh/files/sshd_config index c5c0905..2110463 100644 --- a/recipes-connectivity/openssh/files/sshd_config +++ b/recipes-connectivity/openssh/files/sshd_config @@ -62,7 +62,7 @@ Protocol 2 #PermitEmptyPasswords no # Change to no to disable s/key passwords -#ChallengeResponseAuthentication yes +ChallengeResponseAuthentication no # Kerberos options #KerberosAuthentication no -- cgit v1.2.3-54-g00ecf