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