Re: SSH server behind a firewall

From: Bogo@b.com
Date: 03/13/02

  • Next message: Richard E. Silverman: "Re: Newbie needs help re: SSH without password"

    From: Bogo@b.com
    Date: Wed, 13 Mar 2002 05:38:05 GMT
    
    

    Again, I think the way I described this may be causing some confusion.
    Lets start over with this scenario:

                     |
    Home <----------|----------> Linux machine running SSH
                     |
                     +-Firewall only allowing port 80 http requests

    Ignore the other computer, it doesn't exist in the question I am
    asking. Assuming I have no access whatsoever to the Linux machine
    running SSH behind the firewall, is there anyway I can set up the
    Linux machine before I lose physical/logical access to it so that I
    can get back in later?

    I'm not looking for backdoor access, I will know the person
    administering the machine, but I doubt they will want to go out of
    their way to actively make this easier for me.

    On Tue, 12 Mar 2002 23:07:25 GMT, "smn" <smn@nospam.org> wrote:

    >Well, from the computer you can get to you can forward the connection to
    >the computer you won't be able to get to.
    >
    >Home <---> Computer B <----> Computer C
    >
    >>From computer B,
    >ssh -p 22 -R 22:comp_C_ip:2200 -N home_ip
    >
    >Try that.
    >
    >- Scott


    Loading