From cb8787c7211e1a6e408250ecafc96d561141b482 Mon Sep 17 00:00:00 2001 From: pizzaniels Date: Sat, 14 Jan 2023 18:06:09 +0100 Subject: [PATCH] PAM yes in sshd_conf --- roles/ssh/files/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ssh/files/sshd_config b/roles/ssh/files/sshd_config index 4c3715c..e532138 100644 --- a/roles/ssh/files/sshd_config +++ b/roles/ssh/files/sshd_config @@ -28,7 +28,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 X11Forwarding yes PrintMotd no