# 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 -%}