Anyone know the syntax/method for setting up a multi-hop ssh tunnel?

What I mean by multi-hop is a tunnel from localhost via machineX via
machineY out to the internet.

I'm familiar with doing single-hop ssh tunnels using "ssh -fN -L
localport:localhost:remoteport [EMAIL PROTECTED]" (or "ssh -fN -L
localport:remote-host:remoteport [EMAIL PROTECTED]", or multi-hop
insecure tunnels by adding in "-o GateWayPorts=yes"). 

I could manually setup a tunnel from localhost to machineX to machineY,
then machineY to the internet, but that seems naff...

Thanks for any pointers :-)
-- 
Sonia Hamilton

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to