Chaining ports
From: Lyman (Lyman_at_hush.ai)
Date: 11/18/04
- Next message: Thomas Toth: "Re: pubkey authorisation problem - how to setup a secure ssh"
- Previous message: Dave: "fatal: Read from socket failed: Connection reset by peer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 18 Nov 2004 04:47:18 +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
- Next message: Thomas Toth: "Re: pubkey authorisation problem - how to setup a secure ssh"
- Previous message: Dave: "fatal: Read from socket failed: Connection reset by peer"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]