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

SSH Agent Forwarding #77

Closed sebgie closed 8 years ago

sebgie commented 8 years ago

First and foremost, this tool is great and it makes my work a lot easier! Thank you!

One of the things I use quite often is SSH agent forwarding (ssh -A user@server) for example for deployment tasks. I wonder if it would be possible to add this functionality to the doctl compute ssh <droplet-name> command?

bryanl commented 8 years ago

I concur. This is an idea on the list. I want to make this available sooner than later. I'll make sure to update this issue with the status.

bryanl commented 8 years ago

Support for ssh agent forwarding is now in master. A new release including this support will be shipped soon.