library/roles/sshd_config/defaults/main.yml: Add a comment to clarify the behaviour of 'sshd_use_pam' set to 'no'.

This commit is contained in:
Andrea Dell'Amico 2016-09-08 12:05:07 +02:00
parent c7c65cc0ac
commit e7ed62bed2
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ sshd_permit_empty_passwords: "no"
# "no" or "without-password"
sshd_permit_root_login: "without-password"
sshd_strict_mode: "yes"
# If set to no, the locked users cannot log in. adduser creates the users that have no password as locked
sshd_use_pam: "no"
# set to "yes" only if you are using s/key or something equivalent
sshd_challenge_response_authentication: "no"