2026-06-14 16:42:56 +02:00
|
|
|
# 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
|
2026-06-17 20:39:23 +02:00
|
|
|
{% if base__ssh_listen_mesh_only | bool %}
|
|
|
|
|
ListenAddress {{ base__ssh_listen_addr_resolved }}
|
|
|
|
|
{% endif %}
|