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

7 lines
149 B
Text
Raw Normal View History

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