Selaa lähdekoodia

fix ssh_authorized_keys template

master
vanhempi
commit
fe02689ed4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      templates/ssh_authorized_keys.j2

+ 1
- 1
templates/ssh_authorized_keys.j2 Näytä tiedosto

@@ -1,3 +1,3 @@
{% for key in users[item].authorized_keys %}
{% for key in root_ssh_authorized_keys %}
{{ key }}
{% endfor %}