dotfiles/roles/system/sshd/templates/10-harden.conf
Matej Focko 2d4cc595e8
roles(system/sshd): create SSH server config
Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-08-30 15:42:27 +02:00

6 lines
149 B
Text

# Port
Port {{ sshd.port }}
# Auth
PermitRootLogin {{ sshd.auth.permit_root_login }}
PasswordAuthentication {{ sshd.auth.password_authentication }}