dotfiles/roles/sshd/templates/10-harden.conf
Matej Focko 281b95d824
chore: move out system roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-07-12 21:19:42 +02:00

6 lines
149 B
Text

# Port
Port {{ sshd_port }}
# Auth
PermitRootLogin {{ sshd_auth_permit_root_login }}
PasswordAuthentication {{ sshd_auth_password_authentication }}