From fa4807ca828ece7b1e724583b8f6ca6c0cc3bdcd Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 31 Jul 2023 19:52:48 -0700 Subject: sshd_config use default `UsePAM yes`, otherwise systemctl --user will error --- etc/ssh/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/ssh/sshd_config b/etc/ssh/sshd_config index f9a5dd48..fb66c21d 100644 --- a/etc/ssh/sshd_config +++ b/etc/ssh/sshd_config @@ -79,7 +79,7 @@ KbdInteractiveAuthentication no # If you just want the PAM account and session checks to run without # PAM authentication, then enable this but set PasswordAuthentication # and KbdInteractiveAuthentication to 'no'. -UsePAM no +UsePAM yes #AllowAgentForwarding yes #AllowTcpForwarding yes -- cgit v1.2.3-70-g09d2