From 541274922a789c23d329a39174f3b198d01f5665 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 4 Mar 2018 16:46:33 +0000 Subject: Disable ChallengeResponseAuthentication --- modules/openssh/templates/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openssh') diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config index 9720a8dd..43c3f9c5 100644 --- a/modules/openssh/templates/sshd_config +++ b/modules/openssh/templates/sshd_config @@ -68,7 +68,7 @@ PasswordAuthentication no #PermitEmptyPasswords no # Change to no to disable s/key passwords -#ChallengeResponseAuthentication yes +ChallengeResponseAuthentication no # Kerberos options #KerberosAuthentication no -- cgit v1.2.1