SSH: Template authorized_keys file
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is failing

This commit is contained in:
2023-09-15 18:00:27 +02:00
parent 547b1373c3
commit af54b8ce71
2 changed files with 13 additions and 15 deletions

View File

@ -0,0 +1,4 @@
{{ machine_key }}
{% for key in common.ssh.authorized_keys %}
{{ key }}
{% endfor %}