how to configure ssh to use gluetun via socks5 or shadowsocks #3412
Unanswered
notreallyintobaseball
asked this question in
Q&A
Replies: 0 comments
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.
Hi,
I have recently start using this project and create the following compose file to provide HTTP Proxy for my Browser:
This configuration works just fine. Zero problems.
So I decide to try make my
sshconnections go through my VPN (gluetun) as well. Quick research presented two options:For whatever reason I decided that I wanted to test the Socks option with gluetun and edited the compose file to:
Why I turnned on the Shadowsocks? Because I read two thing in the internet:
Socks5local connection to make it easier to any application to "make use Shadowsocks network" without even notice.Here comes the First Questions:
So after the changes I recreated the main container and:
http proxy still working fine in the browser
the test
curl --socks5 0.0.0.0:1080 http://ifconfig.mereturn error message:the gluetun return this log
Other questions
thank you for reading :)
All reactions