6 lines
189 B
Django/Jinja
6 lines
189 B
Django/Jinja
# Managed by Saltstack
|
|
{% from "ssh/map.jinja" import ssh_users with context -%}
|
|
{% for comment, key in ssh_users[user]['authorized_keys'].items() -%}
|
|
{{ key }} {{ comment }}
|
|
{% endfor -%}
|