andrewchilds / overcast

Orchestrate VMs from your terminal
MIT License
478 stars 36 forks source link

digitalocean create doesn't support --ssh-key and --ssh-pub-key arguments #19

Closed andrewchilds closed 10 years ago

andrewchilds commented 10 years ago

If --ssh-key is specified when running overcast digitalocean create, it will use overcast.key during creation, but after that any connection attempts will use the specified key pair, which won't work. overcast digitalocean create should be consistent with other provider commands and support --ssh-key and --ssh-pub-key arguments.