# 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 {% if base__ssh_listen_mesh_only | bool %} ListenAddress {{ base__ssh_listen_addr_resolved }} {% endif %}