sshd_config.j2: add more variables.

This commit is contained in:
2020-07-07 21:21:10 +02:00
parent d1c34351b4
commit 7557f4931f
3 changed files with 11 additions and 3 deletions

View File

@ -13,6 +13,8 @@ set_default_limit_nofile: true
# vars used by roles/common/tasks/sshd.yml
# ---
sshd_max_auth_tries: 6
sshd_permit_root_login: !!str "yes"
sshd_password_authentication: !!str "yes"