Re: Port forwarding more than once

From: Wu Fei Liang (cms01017_at_cms.ac)
Date: 01/12/04

  • Next message: Jeff Davis: "VERY slow file listing with sftp"
    To: secureshell@securityfocus.com
    Date: Mon, 12 Jan 2004 12:06:56 +0100
    
    

    On Saturday 10 January 2004 03:55, Joe Smith wrote:
    > On Fri, Jan 09, 2004 at 02:21:08PM -0800, Rachan Malhotra wrote:
    > > Is it possible to create an SSH tunnel among three (or more) machines ?
    >
    > Yes.
    >
    > laptop% ssh -L 8080:hosta:31000 host-a
    > host-a% ssh -L 31000:hostb:32000 host-b
    > host-b% ssh -L 32000:netscreen:80
    > laptop% mozilla http://localhost:8080/
    >
    > -Joe

    X-forwarding works too but considerations of speed should be taken.

    -- 
    --------------------------------------------------------------
    WU Fei Liang                         Computer & Media Security
                                    University of Applied Sciences
                                           4232 Hagenberg, Austria
    [ Mail ]                                   wu_fei_liang@cms.ac
    [ Public-Key ]
    http://pgp.mit.edu:11371/pks/lookup?search=0xC5633638&op=index
    --------------------------------------------------------------
    

  • Next message: Jeff Davis: "VERY slow file listing with sftp"