RE: Send xterm to remote workstation with OpenSSH
From: BOURGUIGNON D DvSI/SNPI MTY (didier.bourguignon_at_francetelecom.com)
Date: 12/12/03
- Previous message: Burak Bilen: "Re: problems with openssh 3.7.1p2 on AIX 4.3.3"
- In reply to: Anthony Kim: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: Anthony Kim: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: Anthony Kim: "RE: Send xterm to remote workstation with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: <secureshell@securityfocus.com> Date: Fri, 12 Dec 2003 15:47:32 +0100
Thank you very much everybody for your answers, but my problem is to send a xterm from the Server to a remote Workstation which not have ssh server.
I would like to do this :
Workstation Serveur
PuTTy SSH connection OpenSSH
<---------------------------------------------------- $ export DISPLAY .... <--- direct connection on server
Tryingt to send xterm with ssh to the workstation $ xterm
and not the classic X11 forwarding
connection on worstation --> Workstation Serveur
PuTTy SSH session with X11 forwarding OpenSSH
----------------------------------------> $ xterm
SSH connection
Display <----------------------------------------- sending xterm
xterm
Cordialement
Didier
> -----Message d'origine-----
> De : Anthony Kim [mailto:entropy_or_sloth-securityfocus@yahoo.com]
> Envoye : vendredi 12 decembre 2003 08:17
> A : BOURGUIGNON D DvSI/SNPI MTY; secureshell@securityfocus.com
> Objet : Re: Send xterm to remote workstation with OpenSSH
>
>
> 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: Burak Bilen: "Re: problems with openssh 3.7.1p2 on AIX 4.3.3"
- In reply to: Anthony Kim: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: Anthony Kim: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: Anthony Kim: "RE: Send xterm to remote workstation with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|