Harden SSH access on server profile

This commit is contained in:
Fabio Scotto di Santolo
2026-03-25 22:26:07 +01:00
parent 88a9126afb
commit 686d77d942
3 changed files with 33 additions and 0 deletions

View File

@@ -30,3 +30,9 @@ server_templates:
server_ufw_rules:
- rule: allow
name: OpenSSH
server_sshd_settings:
PermitRootLogin: "no"
server_sshd_allow_users:
- "{{ username }}"