[tor-talk] Tor and SSH?
obx
obx at riseup.net
Thu Jul 17 22:01:30 UTC 2014
> Please say more about setting up the socat tunnel with Tor. The socat
> manpage is complex, and coverage in
> https://trac.torproject.org/projects/tor/wiki/doc/SupportPrograms is
> somewhat confusing.
socat is overkill to do this. checkout connect-proxy.
Here's the ProxyCommand line from my ~/.ssh/config
ProxyCommand connect -S 127.0.0.1:9050 %h %p
On debian based systems, it's
apt-get install connect-proxy
More information about the tor-talk
mailing list