### Automatically generated by system-login.py ###

{% if authentication is defined and authentication.public_keys is defined and authentication.public_keys is not none %}
{%   for key, key_options in authentication.public_keys.items() %}
{# The whitespace after options is wisely chosen #}
{{ key_options.options + ' ' if key_options.options is defined }}{{ key_options.type }} {{ key_options.key }} {{ key }}
{%   endfor %}
{% endif %}