From 06e203391ca411d3ea1eec648564dd9a984a3360 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 2 Nov 2019 20:14:24 +0100 Subject: [PATCH] fix typo --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 4a3b5a2..198f20f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -40,8 +40,8 @@ sshd_tcp_keep_alive: 'yes' sshd_use_dns: 'yes' # @var sshd_challenge_response_authentication:description: > -# If you disable password auth you should only disable -# ChallengeResponseAuth. +# If you disable password auth you should disable +# ChallengeResponseAuth also. # @end sshd_challenge_response_authentication: 'no'