Explorar el Código

fix ssh_authorized_keys template

master
padre
commit
fe02689ed4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      templates/ssh_authorized_keys.j2

+ 1
- 1
templates/ssh_authorized_keys.j2 Ver fichero

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