From 154d1b57f3e3252d79918c21acd8281383c4e39d Mon Sep 17 00:00:00 2001 From: Jonathan Zhang Date: Fri, 15 Apr 2022 18:10:08 -0700 Subject: [PATCH] fix: enable ChallengeResponseAuthentication --- modules/ocf/manifests/auth.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ocf/manifests/auth.pp b/modules/ocf/manifests/auth.pp index 4ef829a94..d003ceb7e 100644 --- a/modules/ocf/manifests/auth.pp +++ b/modules/ocf/manifests/auth.pp @@ -119,6 +119,7 @@ augeas { 'sshd_config': context => '/files/etc/ssh/sshd_config', changes => [ + 'set ChallengeResponseAuthentication yes', 'set GSSAPIAuthentication yes', 'set GSSAPICleanupCredentials yes', 'set GSSAPIStrictAcceptorCheck no',