6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
#cloud-config
|
|
hostname: ${hostname}
|
|
ssh_authorized_keys:
|
|
${ssh_keys}
|
|
|