Nobody can help ?

From: Lyman (Lyman_at_hush.ai)
Date: 11/28/04


Date: Sun, 28 Nov 2004 09:44:27 +0200

Chaining ports:

I want to chain 2 anonymous servers in order to create a second layer of
security/anonymity and I want to do it by plink.

I am able to create a SSH tunnel by plink with one server at a time but I
want to chain those two servers to create extra security.

If I am doing separately comand lines for each server looks something like
this:

FIRST
plink.exe -P 22 -pw password2 -ssh -2 -C -L 8088:localhost:8088
anotheruser@proxyserver

-------------------
SECOND

plink.exe -P 22 -pw password3 -ssh -2 -C -L 3120:localhost:3120
user@secondproxyserver

-----------

Anyone can help me to build this command line so the servers will chain ?

THANK YOU FOR ANY HELP

BEST REGARDS
LYMAN