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

@ -928,6 +928,12 @@ sshd_host_keys:
- /etc/ssh/ssh_host_ecdsa_key
- /etc/ssh/ssh_host_ed25519_key
sshd_max_startups: !!str "10:30:100"
sshd_max_auth_tries: 3
sshd_max_sessions: 10
sshd_permit_root_login: !!str "no"
sshd_authorized_keys_file: ".ssh/authorized_keys .ssh/authorized_keys2"