mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 12:04:15 +00:00
6 lines
127 B
Text
6 lines
127 B
Text
#cloud-config
|
|
{% if instance_keys %}
|
|
ssh_authorized_keys:
|
|
{% for key in instance_keys %} - {{ key }}{% endfor %}
|
|
{% endif %}
|
|
|