"antonio" <abc01101@yahoo.com> writes:
> Many thanks Todd. I will need some time to study it :)
The details I'm not sure of is setting up sshd under cygwin.
Cygwin.com has a an installation program. You'll find openssh under
the Net> category. Just click the New column for that until you see a
version number. By default I think openssh may be deselected.
Both you and your buddy will need to do that.
Then this will tell your buddy how to configure the ssh daemon
(sshd). Note you only need the daemon set up on his box.
http://www.cygwin.com/ml/cygwin/2003-09/msg00977.html
Your buddy will need to open a port in his firewall, and add a user in
cygwin for you. I'd strongly recommend not running sshd on the
default port of tcp/22 because of all the script kiddie attacks out
there. Run it on some other high numbered port 42035 or something
like that.
Once your buddy has succeeded in setting up sshd on his box and opened
that port on his firewall, you'll open the cygwin shell on your
computer and issue this command:
sshd -p 42035 -D 1080
youruseridonbuddybox@yourbuddyip.address
And then, setup your web browser to use a proxy, socks4 proxy at
127.0.0.1 port 1080.
good luck!
--
Todd H.
http://www.toddh.net/