One persistent problem that I run into is that I need to access certain network resources through a SOCKS proxy server. This works great for web resources, but I also need SSH and Subversion access. SOCKS support in these tools are woefully inadequate or nonexistent.
Now, tsocks is a nifty little tool to transparently divert network traffic through a SOCKS 4 or SOCKS 5 proxy. This allows even non-SOCKS-aware applications to function through a SOCKS server. Unfortunately it is very old, unmaintained code (1.8 beta 5 was released in 2002). It doesn't compile cleanly on OS X due to this. I would like to compile this tool for OS X.
Think you've got a solution? Help yliu out by posting your solution
Using OpenSSH through a SOCKS compatible firewall on your LAN
http://bent.latency.net/bent/git/goto-san-connect-1.85/src/openssh-socks.html - found by yliu on March 05, 2009, 02:55 PM UTC
TheOnionRouter/TSocksPatches - Noreply Wiki
https://wiki.torproject.org/noreply/TheOnionRouter/TSocksPatches - found by yliu on March 05, 2009, 02:53 PM UTC
more tsocks patches from Tor project
Marc Abramowitz » Building tsocks on Mac OS X
http://marc-abramowitz.com/archives/2006/01/29/building-tsocks-on-mac-os-x/ - found by yliu on March 05, 2009, 02:52 PM UTC
compilation of tsocks 1.8b5
/trunk/dports/net/tsocks/files – MacPorts
http://trac.macports.org/browser/trunk/dports/net/tsocks/files - found by yliu on March 05, 2009, 02:52 PM UTC
MacPorts patches to tsocks
/trunk/dports/net/tsocks/Portfile – MacPorts
http://trac.macports.org/browser/trunk/dports/net/tsocks/Portfile - found by yliu on March 05, 2009, 02:52 PM UTC
MacPorts portfile
Patch for tsocks for TOR
https://giig.ugr.es/~rgarcia/tsocks/ - found by yliu on March 05, 2009, 02:51 PM UTC
unofficial patches for tsocks
tsocks - Transparent SOCKS Proxying Library
http://tsocks.sourceforge.net/ - found by yliu on March 05, 2009, 02:50 PM UTC
the original tsocks tool