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?
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?
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
© 2022 - 2024 — McMap. All rights reserved.
doctl compute ssh <droplet-id|name>
– Ornelasdoctl droplets list
i get nothing. so cant run the command above. – Flindersdoctl compute droplet list
- reference - since droplets (VMs) are a part of infrastructure orcompute
group – Ornelasdoctl
will not work there. TBH I have no idea and am searching for the answer myself. – Preindicate