digitalocean / doctl

The official command line interface for the DigitalOcean API.
https://docs.digitalocean.com/reference/doctl/
Apache License 2.0
3.26k stars 397 forks source link

Feature Request: add SSH key to existing droplet #725

Open zored opened 4 years ago

zored commented 4 years ago

There may be doctl, but no ssh access for droplet. Therefore it would be convenient to add SSH keys for existing droplet. Rerated to: #406

k2m30 commented 3 years ago

Use case – any CI/CD staging/production deploy.

  1. Create droplet.
  2. Login via ssh
  3. Pull Docker images
  4. Run tests

Step 2 fails at the moment as it is not possible.