library/roles/sshd_config/defaults/main.yml: Set UsePam to 'no' as default.

This commit is contained in:
Andrea Dell'Amico 2016-08-09 16:55:56 +02:00
parent e87c1efc80
commit 342ee869b2
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ sshd_permit_empty_passwords: "no"
# "no" or "without-password"
sshd_permit_root_login: "without-password"
sshd_strict_mode: "yes"
sshd_use_pam: "yes"
sshd_use_pam: "no"
# set to "yes" only if you are using s/key or something equivalent
sshd_challenge_response_authentication: "no"
sshd_enable_sftp_subsystem: True