From e419030d9e559cb9590c51ff2fb071dd87c8c18b Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 11 Jul 2023 19:29:38 +0000 Subject: [PATCH] Update 'roles/common/files/sshd_config' --- roles/common/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/common/files/sshd_config b/roles/common/files/sshd_config index 6da161a..4fdfcd0 100644 --- a/roles/common/files/sshd_config +++ b/roles/common/files/sshd_config @@ -58,7 +58,7 @@ PubkeyAuthentication yes # Change to yes to enable challenge-response passwords (beware issues with # some PAM modules and threads) -ChallengeResponseAuthentication no +ChallengeResponseAuthentication yes # Kerberos options #KerberosAuthentication no