doctl
doctl copied to clipboard
Feature Request: add SSH key to existing droplet
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
Use case – any CI/CD staging/production deploy.
- Create droplet.
- Login via ssh
- Pull Docker images
- Run tests
Step 2 fails at the moment as it is not possible.