Browse Source

fix ssh_authorized_keys template

master
parent
commit
fe02689ed4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/ssh_authorized_keys.j2

+ 1
- 1
templates/ssh_authorized_keys.j2 View File

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