Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/crypto/ssh: add SOCKS5 support for ssh client #23379

Closed
vitreuz opened this issue Jan 8, 2018 · 2 comments
Closed

x/crypto/ssh: add SOCKS5 support for ssh client #23379

vitreuz opened this issue Jan 8, 2018 · 2 comments
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Milestone

Comments

@vitreuz
Copy link

vitreuz commented Jan 8, 2018

Go 1.9 added http client support for SOCKS5 proxies, but not for ssh clients. It would be useful if the ssh library could also leverage SOCKS5 proxies. This would enable shh communication with various environments without having to set up a full-blown HTTP(s) proxy for each environment.

@titanous titanous changed the title SOCKS5 support for ssh client x/crypto/ssh: add SOCKS5 support for ssh client Jan 8, 2018
@titanous titanous added this to the Unreleased milestone Jan 8, 2018
@titanous
Copy link
Member

titanous commented Jan 8, 2018

Is there a reason why using the Dialer from golang.org/x/net/proxy with ssh.NewClientConn won't work?

@titanous titanous added the WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided. label Jan 8, 2018
@vitreuz
Copy link
Author

vitreuz commented Jan 11, 2018

This should work for our use case. Thanks.

@vitreuz vitreuz closed this as completed Jan 11, 2018
@golang golang locked and limited conversation to collaborators Jan 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge WaitingForInfo Issue is not actionable because of missing required information, which needs to be provided.
Projects
None yet
Development

No branches or pull requests

3 participants