Re: dynamic portforwarding with socks5?

From: Sascha Schwarz (saschaschwarz_at_yahoo.de)
Date: 06/26/03


Date: Thu, 26 Jun 2003 22:19:18 +0200


> browser -> sockscap -> ssh ---|---> sshd -> danted ->
> www.mybossisa***.com

you dont need that dante socks. just use dynamic forwarding with

ssh -D 1080 user@gateway and start youre sockscap with sockssever
localhost:1080

or putty -D 1080 sessionname or dynamic in the GUI tunnneling options
if you donīt use a openssh client.

Then sshd will do the rest. But this will only support socks4.

Sascha