boma/roles/base/templates/sshd_hardening.conf.j2

6 lines
238 B
Text
Raw Permalink Normal View History

# Managed by Ansible (base role, ADR-002). Do not edit on the host.
PasswordAuthentication {{ base__ssh_password_authentication }}
PermitRootLogin {{ base__ssh_permit_root_login }}
PubkeyAuthentication yes
KbdInteractiveAuthentication no