Re: Send xterm to remote workstation with OpenSSH
From: Anthony Kim (entropy_or_sloth-securityfocus_at_yahoo.com)
Date: 12/12/03
- Previous message: John Davidorff Pell: "Re: Send xterm to remote workstation with OpenSSH"
- In reply to: Jeff D: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: BOURGUIGNON D DvSI/SNPI MTY: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: BOURGUIGNON D DvSI/SNPI MTY: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: BOURGUIGNON D DvSI/SNPI MTY: "RE: Send xterm to remote workstation with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 11 Dec 2003 23:17:15 -0800 (PST) To: BOURGUIGNON D DvSI/SNPI MTY <didier.bourguignon@francetelecom.com>, secureshell@securityfocus.com
BOURGUIGNON D DvSI/SNPI MTY a ?crit:
> >> I had tried (from the server) to use port
> forwarding but :
> >>
> >> $ ssh -R 6000:locahost:5555 10.xxx.xxx.xxx
> >>
> >> send me an error :
> >>
> >> ssh: connect to address 10.xxx.xxx.xxx port 22:
> Connection refused
> >>
> >> which, if we see closer, is logical. There is no
> ssh server on the remote workstation, only a ssh
> client.
Didier,
If you want SSH remote port forwarding, local port
forwarding, or X11 forwarding, one of your machines
needs to be running SSH.
Secondly, you wrote:
$ ssh -R 6000:localhost:5555 10.xxx.xxx.xxx
If you want to "send xterm to remote workstation" I
think you mean:
$ ssh -L 6000:localhost:6000 10.x.x.x
"ssh to remote host, bind my localhost port 6000 to
remote machine's localhost port 6000" or in your case,
port 5555.
Hope this helps,
ak.
- Previous message: John Davidorff Pell: "Re: Send xterm to remote workstation with OpenSSH"
- In reply to: Jeff D: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: BOURGUIGNON D DvSI/SNPI MTY: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: BOURGUIGNON D DvSI/SNPI MTY: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: BOURGUIGNON D DvSI/SNPI MTY: "RE: Send xterm to remote workstation with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|