dotfiles/roles/system/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 }}