xo-cli deploy VM using ssh-key parameter
-
Hello,
which parameter should I use if I want to create / deploy a VM using SSH KEY instead of cloud-init template ? I've tried to grep xo-cli --list-commands, and couldn't find anything related to it. @julien-f Appreciate your help
-
Without cloudinit it's not possible (or you need to have a template with your keys already).
-
@kirovtome There is no dedicated param, XO is using the Cloud-init setting
ssh_authorized_keys
. -
@julien-f @olivierlambert Thanks guys! You can close this one.