Reputation: 537
We're using digital ocean's cli tool doctl, and would like to ssh into our instances using the same cli tool. We're able to list apps using:
doctl apps list
but cant ssh into apps. Is it even supported by the CLI as of now?
Upvotes: 10
Views: 2747
Reputation: 331
doctl apps
does not support the ssh
sub-command supported by Droplets under compute
.
REF:
It does not seem possible to SSH to an DigitalOcean app at this point.
doctl version 1.98.1-release
Upvotes: 5