Modifiy authorized keys

This commit is contained in:
2024-01-27 01:47:17 +01:00
parent a709cc5d27
commit 790324bac2
7 changed files with 58 additions and 36 deletions

View File

@ -2,3 +2,6 @@
{% for key in common.ssh.authorized_keys %}
{{ key }}
{% endfor %}
{% for key in ssh.authorized_keys %}
{{ key }}
{% endfor %}