Files
ssh-protect/templates/authorized_keys.j2
2023-11-19 13:53:44 +00:00

4 lines
67 B
Django/Jinja

{% for key in ssh_protect_root_public_keys %}
{{key}}
{% endfor %}