-
Notifications
You must be signed in to change notification settings - Fork 310
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
Is there any way to use socks5 instead of port forward #772
Comments
see also: #161 |
as a work around I have done the following: Desktop
Remote:
Remote:
note This is a work around that allows me to have wget functionality with out messing with anything outside my profile to get it to work (eg: no root required ... even though I have it). |
Just edit your ssh config file and add
And this will setup a SOCKS5 proxy on port 54321 |
wget does not support socks5 by default |
Sure, but my answer was in regards to the question :
Since you can do the same thing as This allows you to setup socks5 instead of port forwarding. |
https://www.openssh.com/txt/release-7.6
|
Aah, so you can do it in reverse too.. sweet |
Dynamic forwarding is now used |
In my environment, I can use
ssh -D $portA remote_server
, butssh -L $portX:localhost:$portY remote_server
would fail.Is there any to use make vscode remote use dynamic tunneling (I guess it is same as socks5) instead of TCP forward?
The text was updated successfully, but these errors were encountered: