aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openssh/templates
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-03-04 16:46:33 +0000
committerPascal Terjan <pterjan@mageia.org>2018-03-04 16:46:33 +0000
commit541274922a789c23d329a39174f3b198d01f5665 (patch)
tree911f5ee29ec7bced4d180b9deee0f2cf87bcda07 /modules/openssh/templates
parent283a48f789a73a84a31b9941acd28898b877674d (diff)
downloadpuppet-541274922a789c23d329a39174f3b198d01f5665.tar
puppet-541274922a789c23d329a39174f3b198d01f5665.tar.gz
puppet-541274922a789c23d329a39174f3b198d01f5665.tar.bz2
puppet-541274922a789c23d329a39174f3b198d01f5665.tar.xz
puppet-541274922a789c23d329a39174f3b198d01f5665.zip
Disable ChallengeResponseAuthentication
Diffstat (limited to 'modules/openssh/templates')
-rw-r--r--modules/openssh/templates/sshd_config2
1 files changed, 1 insertions, 1 deletions
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