blob: 015e6fec387e9557ba48cf6d8fe8372f594cacc4 [file] [log] [blame]
{%- from "openssh/map.jinja" import client with context %}{%- for name, user in client.user.iteritems() %}{% if user.user.name == user_name %}{{ user.public_key.key }}
{%- endif %}
{%- endfor %}