feat: add AcceptEnv directive for proxmox

This commit is contained in:
Simon Cornet 2025-07-12 22:10:36 +02:00
commit 376f7148ed

View file

@ -19,6 +19,9 @@ PermitRootLogin no
{% endif %}
# Hardening
{% if inventory_hostname in groups['proxmox'] %}
AcceptEnv LANG LC_*
{% else %}
StrictModes yes
MaxAuthTries 2
MaxStartups 10:50:20