Replies: 1 comment 3 replies
-
|
I'm not familiar with proxy forwarding and ProxyCommand; however, we already support agent forwarding. I have no clue if it helps, but just in case you missed it, maybe it can be done this way? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are cases where access to instances through SSH is controlled by IAM policies (as in AWS), and it's mandatory to use tools like this https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html (AWS) or, for GCP, this https://cloud.google.com/iap/docs/using-tcp-forwarding. Both tools support the SSH ProxyCommand option , which simplifies authentication, as seen in this example for AWS https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started-enable-ssh-connections.html .
Currently, it is possible to do this manually i.e., start "forwarding" and then configure Spot to use the tunnel.
I would like to request the implementation of support for ProxyCommand https://man.openbsd.org/ssh_config#ProxyCommand so that starting the tunnel and configuring Spot to use it could be automated. I searched for the keyword "proxycommand" in the code, and it seems that it is not yet implemented. If I missed it, please point me to where I can configure it.
Beta Was this translation helpful? Give feedback.
All reactions