jumaris / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
1 stars 0 forks source link

Dynamic SOCKS port forwarding #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Supporting dynamic port forwarding would be nice for programs that support
SOCKS proxying.

The way we have to implement it is to have a SOCKS server which has a TCP
port listener, the SOCKS server interprets the request, passes back a
hostname:port destination, and then requests the SSH connection open up a
port to the destination, and then we use that stream to connect the SOCKS
client to the desired destination.

I'm thinking we'll reuse some code from jsocks at
http://jsocks.sourceforge.net/

Original issue reported on code.google.com by kenny@the-b.org on 3 Nov 2008 at 3:59

GoogleCodeExporter commented 8 years ago
Added in SVN r112

Original comment by kenny@the-b.org on 8 Nov 2008 at 10:06