diff --git a/templates/sshd/sshd_config.j2 b/templates/sshd/sshd_config.j2 index 21d0d48..87b063b 100644 --- a/templates/sshd/sshd_config.j2 +++ b/templates/sshd/sshd_config.j2 @@ -21,7 +21,7 @@ PermitRootLogin no # Hardening {% if inventory_hostname in groups['proxmox'] %} AcceptEnv LANG LC_* -{% else %} +{% endif %} StrictModes yes MaxAuthTries 2 MaxStartups 10:50:20