-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ssh dynamic port forwarding #1693
Comments
@steven-aerts if |
For a SOCKS5 proxy it should be fully compatible with the -D behaviour of ssh. |
@klizhentas move this out of 2.6? |
We promised Steven to get it going as a part of 2.6 release, I would try to push this, to avoid long waits if possible. |
Is there any plan to support dynamic port forwarding, I really use socks5 proxy a lot and my current company has enforced tsh so missing out a lot on not able to use -D flag with it. Thanks |
Hi Rohit, I did not have time to apply the review comments of PR #1694 Good luck, Steven |
@steven-aerts Given the age of this commit we will probably take over this PR and apply our code review comments if you don't mind. |
@klizhentas I don't mind. Also let me know if you do not have time to do it, in August I was offline, but in September I probably have some time. Thanks, Steven |
The -D flag of ssh can sometimes be very handy.
It allows you to dynamically setup network connections through the ssh tunnel.
For example to browse as if you are on the connected node, or tunnel jmx connections.
Hope you do not mind that I already have a patch ready for this.
The text was updated successfully, but these errors were encountered: