SHA256
1
0
Files
deploy/roles/dotfiles/home/ssh/.ssh/authorized_keys.j2
2026-01-29 02:49:52 -05:00

3 lines
59 B
Django/Jinja

{% for key in SSH_AUTHORIZED_KEYS %}
{{ key }}
{% endfor %}