feat: add AcceptEnv directive for proxmox
This commit is contained in:
parent
1896b1178d
commit
376f7148ed
1 changed files with 3 additions and 0 deletions
|
|
@ -19,6 +19,9 @@ PermitRootLogin no
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Hardening
|
# Hardening
|
||||||
|
{% if inventory_hostname in groups['proxmox'] %}
|
||||||
|
AcceptEnv LANG LC_*
|
||||||
|
{% else %}
|
||||||
StrictModes yes
|
StrictModes yes
|
||||||
MaxAuthTries 2
|
MaxAuthTries 2
|
||||||
MaxStartups 10:50:20
|
MaxStartups 10:50:20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue