mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-07 12:54:36 +00:00
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
#cloud-config
|
|
{% if instance_keys %}
|
|
ssh_authorized_keys:
|
|
{% for key in instance_keys %} - {{ key }}{% endfor %}
|
|
{% endif %}
|
|
|