From 69a1aac5c081ffe0eb1ba080faf7c84dbd58f3e3 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 4 Mar 2018 01:05:45 +0200 Subject: sshd: disable UsePAM --- modules/openssh/templates/sshd_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openssh') diff --git a/modules/openssh/templates/sshd_config b/modules/openssh/templates/sshd_config index d690cb77..9720a8dd 100644 --- a/modules/openssh/templates/sshd_config +++ b/modules/openssh/templates/sshd_config @@ -89,7 +89,7 @@ PasswordAuthentication 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 yes +UsePAM no # Accept locale-related environment variables AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES -- cgit v1.2.1