blse2-public/common-debian/templates/etc/ssh/shosts.equiv.j2

9 lines
177 B
Django/Jinja

# SSH remote allowed hosts
# {{ ansible_managed }}
{% if hostbased_auth is defined and hostbased_auth %}
{% for entry in hostbased_auth %}
{{ entry }}
{% endfor %}
{% endif %}