Open bourguig opened 6 years ago
Hi, When you create a smart vm you can set the ssh key, but currently this feature there isn't when reinitializing smart vm because it isn't yet supported.
... wondering if there is a way to set ssh key when reinitializing smart vm
I've worked around this issue with Ansible's authorized_key module like this: https://github.com/mz0/ansible-do/blob/ca6e487/launch-A.yml#L54
Hi, I'm wondering if there is a way to set ssh key when reinitializing smart vm using set_ssh_key method on the vm object being reinitialized, by something like this:
vm.set_ssh_key(string)
Thanks a lot for your thoughts ;)