dotfiles/roles/system/sshd/templates/10-harden.conf
Matej Focko dcc13e1558
fix(idiom): prefix variables with rule path
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-05-06 23:52:05 +02:00

6 lines
170 B
Text

# Port
Port {{ system_sshd_port }}
# Auth
PermitRootLogin {{ system_sshd_auth_permit_root_login }}
PasswordAuthentication {{ system_sshd_auth_password_authentication }}