15 lines
389 B
Text
15 lines
389 B
Text
#cloud-config
|
|
hostname: "${hostname}"
|
|
manage_etc_hosts: true
|
|
disable_root: false
|
|
|
|
ssh_authorized_keys:
|
|
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOodpLr+FDRyKyHjucHizNLVFHZ5AQmE9GmxMnOsSoaw pimkunis@thinkpadpim"
|
|
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINUZp4BCxf7uLa1QWonx/Crf8tYZ5MKIZ+EuaBa82LrV user@user-laptop"
|
|
|
|
ssh_pwauth: false
|
|
|
|
# TODO: Do we need this?
|
|
runcmd:
|
|
- dhclient -r
|
|
- dhclient
|