Re: open failed: connect failed: Connection refused
- From: Job Eisses <Job@xxxxxxxxxxxxxxxxx>
- Date: Mon, 16 Jan 2006 00:18:15 +0100
i.am.thor@xxxxxxxxx wrote:
>
> Hi all -
>
> I am trying to connect to a computer behind a firewall by being tricky
> with ssh. I want to start an ssh session from behind the firewall to a
> computer on the outside, and then run an xterm on the firewalled
> computer that is displayed on the outside computer, like I show below.
> Then I can go to the outside computer and have shell access (and thus
> everything else) to the firewalled computer.
>
> {FC = Firewalled computer, OC = Outside computer}
Try:
[FC shell]$ ssh -R 2222:localhost:22 OC
[OC shell]$ ssh -p 2222 -X localhost
[OC->FC shell]$ xterm
.
- Follow-Ups:
- References:
- open failed: connect failed: Connection refused
- From: i . am . thor
- open failed: connect failed: Connection refused
- Prev by Date: Re: open failed: connect failed: Connection refused
- Next by Date: Re: sshd not logging Invalid user
- Previous by thread: Re: open failed: connect failed: Connection refused
- Next by thread: Re: open failed: connect failed: Connection refused
- Index(es):
Relevant Pages
|