doctl icon indicating copy to clipboard operation
doctl copied to clipboard

Feature Request: add SSH key to existing droplet

Open zored opened this issue 5 years ago • 1 comments

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

zored avatar Jan 04 '20 17:01 zored

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.

k2m30 avatar May 04 '21 15:05 k2m30