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

9 lines
174 B
Text
Raw Normal View History

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