From abdc3573d35dbb561dd98beb8e11ee2767448ed6 Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 28 Apr 2020 15:13:14 +0200 Subject: [PATCH] Force PAM in sshd. --- extra/generic-root/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/generic-root/etc/ssh/sshd_config b/extra/generic-root/etc/ssh/sshd_config index bef39ee..c34228d 100644 --- a/extra/generic-root/etc/ssh/sshd_config +++ b/extra/generic-root/etc/ssh/sshd_config @@ -81,7 +81,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 no +UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes