Files
ansible/roles/ssh/templates/etc_ssh_sshd_config.j2
2025-10-10 11:07:34 +00:00

9 lines
192 B
Django/Jinja

# {{ ansible_managed }}
# See the sshd_config(5) manpage for details
{% from 'ssh_common.j2' import ssh_config with context %}
{% call ssh_config(ssh_server_settings) %}{% endcall %}
# EOF