Add Salt baseline states for Proxmox Mail Gateway.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
35d81332fa
commit
85cecf78f6
@@ -0,0 +1,10 @@
|
||||
# Managed by Salt.
|
||||
PasswordAuthentication {{ "yes" if ssh_password_authentication else "no" }}
|
||||
PermitRootLogin prohibit-password
|
||||
PubkeyAuthentication yes
|
||||
X11Forwarding no
|
||||
MaxAuthTries 3
|
||||
LoginGraceTime 30
|
||||
{% if ssh_allow_users %}
|
||||
AllowUsers {{ " ".join(ssh_allow_users) }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user