# This file is authomatically generated by the Inmanta ssh module
{% for key in ssh_keys | std.key_sort("name") %}{% if key.command %}command="{{key.command}}",{%endif%}{% if key.options %}{{key.options}} {%endif%}{{ key.public_key}}
{% endfor %}