This commit is contained in:
2020-03-21 17:48:12 +01:00
parent e5e01720b3
commit 1b5acce3c2
7 changed files with 810 additions and 15 deletions

View File

@ -186,7 +186,7 @@ AllowUsers {{ fact_sshd_allowed_users }}
# 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 {{ sshd_use_pam }}
# Specifies whether login(1) is used for interactive login sessions.
# Note that login(1) is never used for remote command execution.