Well, here's what I want. Hope I made it clear this time. I want to create a long SSH tunnel running from my laptop to one server and from there to another. Also, I want to forward port x on my machine to the 1st server and then to the 2nd server through this tunnel. Is it possible to create an SSH tunnel among three (or more) machines ?
Thanks, Rachan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Hooper Sent: Friday, January 09, 2004 7:51 AM To: [EMAIL PROTECTED] Subject: Re: Port forwarding more than once Rachan Malhotra said: > Is it possible to create an SSH tunnel among three (or more) machines ? > I want to create an SSH tunnel from my laptop to a specific server at > work but this server is behind a firewall. SSH questions are better asked in SSH lists. So if I understand your situation, you have SSH on the firewall and it can see both your client and the server, correct? You just have SSH forward the port directly. ssh -L 5901:server:5901 firewall -- William Hooper _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
