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

7 lines
170 B
Text
Raw Normal View History

# Port
Port {{ system_sshd_port }}
# Auth
PermitRootLogin {{ system_sshd_auth_permit_root_login }}
PasswordAuthentication {{ system_sshd_auth_password_authentication }}