[Bug 1572] accept SOCKS requests over the mux socket in master mode

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Wed Mar 11 20:16:42 EST 2009


https://bugzilla.mindrot.org/show_bug.cgi?id=1572





--- Comment #2 from Salvador Fandiño <sfandino at yahoo.com>  2009-03-11 20:16:41 ---
Created an attachment (id=1615)
 --> (http://bugzilla.mindrot.org/attachment.cgi?id=1615)
patch for dsocks-1.6

patch for dsocks-1.6 (http://www.monkey.org/~dugsong/dsocks/) that adds
support for connecting to the SOCKS server through an UNIX domain
socket.

For instance, with these patches applied to dsocks and ssh, I can run:

$ ssh -M -S /tmp/mux 172.20.3.12 -N -f
$ LD_PRELOAD=/root/my-dsocks-1.6/libdsocks.so.1.0 \
     DSOCKS_PROXY=/tmp/mux \
     DSOCKS_NAMESERVER=172.20.4.17 \
     lynx www.openbsd.org

And browse the web without opening a local listening port on my
computer for the SOCKS proxy.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list