forked from ISTI-ansible-roles/ansible-roles
library/roles/sshd_config/defaults/main.yml: Set UsePam to 'no' as default.
This commit is contained in:
parent
e87c1efc80
commit
342ee869b2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue