From 4b3cf10e4b7e27f6317fb960a02e56e0ab2863c4 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 11 Jul 2023 19:38:26 +0000 Subject: [PATCH] Update 'roles/common/files/sshd_config' --- roles/common/files/sshd_config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/common/files/sshd_config b/roles/common/files/sshd_config index 4fdfcd0..b356e6c 100644 --- a/roles/common/files/sshd_config +++ b/roles/common/files/sshd_config @@ -83,6 +83,8 @@ ChallengeResponseAuthentication yes # and ChallengeResponseAuthentication to 'no'. UsePAM yes +AuthenticationMethods publickey,password publickey,keyboard-interactive + #AllowAgentForwarding yes AllowTcpForwarding yes #GatewayPorts no