From 8a6c22ad6ca2d4e4dce2299f7d676b86c457f81e Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 21 Sep 2024 05:32:11 -0400 Subject: [PATCH] fix: ensure UsePAM is on to enable sshcommand usage --- docker/etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/etc/ssh/sshd_config b/docker/etc/ssh/sshd_config index ae20d8d0f..634ce8b27 100644 --- a/docker/etc/ssh/sshd_config +++ b/docker/etc/ssh/sshd_config @@ -97,7 +97,7 @@ ChallengeResponseAuthentication no # Also, PAM will deny null passwords by default. If you need to allow # null passwords, add the " nullok" option to the end of the # securityserver.so line in /etc/pam.d/sshd. -# UsePAM yes +UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes