I am using this config:
#cloud-config
hostname: darin-meltzner
rancher:
network:
dns:
nameservers:
- 192.168.111.12
search:
- example.com
interfaces:
eth*:
dhcp: true
console: debian
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAA…E+Sd9hPFte1iLf7yJaKQ== admin@localhost.localdomain.net
the vm is created.
I try to connect using: ssh -i ~/.ssh/id_rsa.pub rancher@
but it requires a password (which I do not know and did not set…)
I am not sure what to try anymore any ideas?
Thank you!