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 %}
|
||||
|
||||
# Hardening
|
||||
{% if inventory_hostname in groups['proxmox'] %}
|
||||
AcceptEnv LANG LC_*
|
||||
{% else %}
|
||||
StrictModes yes
|
||||
MaxAuthTries 2
|
||||
MaxStartups 10:50:20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue