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',