forked from ISTI-ansible-roles/ansible-roles
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:
parent
c7c65cc0ac
commit
e7ed62bed2
|
@ -9,6 +9,7 @@ sshd_permit_empty_passwords: "no"
|
||||||
# "no" or "without-password"
|
# "no" or "without-password"
|
||||||
sshd_permit_root_login: "without-password"
|
sshd_permit_root_login: "without-password"
|
||||||
sshd_strict_mode: "yes"
|
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"
|
sshd_use_pam: "no"
|
||||||
# set to "yes" only if you are using s/key or something equivalent
|
# set to "yes" only if you are using s/key or something equivalent
|
||||||
sshd_challenge_response_authentication: "no"
|
sshd_challenge_response_authentication: "no"
|
||||||
|
|
Loading…
Reference in New Issue