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