From fb14eea9f91930df9f29f6ce5f72380919793186 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 1 Jan 2021 14:33:18 +0100 Subject: [PATCH] Set UsePAM no --- roles/native-sshd/templates/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/native-sshd/templates/sshd_config b/roles/native-sshd/templates/sshd_config index c5057301..da997c36 100644 --- a/roles/native-sshd/templates/sshd_config +++ b/roles/native-sshd/templates/sshd_config @@ -80,7 +80,7 @@ ChallengeResponseAuthentication no # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and ChallengeResponseAuthentication to 'no'. -UsePAM yes +UsePAM no #AllowAgentForwarding yes #AllowTcpForwarding yes