dotfiles/roles/ssh_server/templates/10-harden.conf

9 lines
192 B
Text
Raw Permalink Normal View History

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