dotfiles/roles/ssh_server/templates/10-harden.conf
Matej Focko 0135bcd48f
chore: rename ‹ssh› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:10:22 +01:00

8 lines
192 B
Text

# {{ ansible_managed }}
# Port
Port {{ ssh_server_port }}
# Auth
PermitRootLogin {{ ssh_server_auth_permit_root_login }}
PasswordAuthentication {{ ssh_server_auth_password_authentication }}