RE: Send xterm to remote workstation with OpenSSH
From: BOURGUIGNON D DvSI/SNPI MTY (didier.bourguignon_at_francetelecom.com)
Date: 12/17/03
- Previous message: Spiewak, Jakub: "RE: how to copy filename with spaces using scp"
- In reply to: Anthony Kim: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: Alexander Klimov: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: Alexander Klimov: "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: Wed, 17 Dec 2003 10:02:34 +0100
Thank you all for your help and sorry for my poor english. That why I haven't succeed to explain my needs.
I would like to send to a co-worker who only have a WinBox with PuTTy and X11 server but not OpenSSH server a xterm.
I think my problem has no solution because the remote workstation must have a OpenSSH server to use Tunneling in that direction.
Cordialement
Didier BOURGUIGNON
Cordialement
Didier BOURGUIGNON
DSI/SNPI/DQS/MAS
01.55.88.44.56
06.86.49.32.38
" Ce message et les documents joints sont proteges et confidentiels. Ils sont exclusivement destines aux personnes nommement visees ci-dessus.
Toute autre personne ne peut copier et/ou communiquer a un tiers le present message et/ou les documents joints.
This e-mail message is intended only for the use of the named recipient(s).
The information contained therein may be confidential or privileged, and its
disclosure or reproduction is strictly prohibited. If you are not the named recipient, please return it immediately to its sender at the above address
and destroy it. "
> -----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
>
> 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: Spiewak, Jakub: "RE: how to copy filename with spaces using scp"
- In reply to: Anthony Kim: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: Alexander Klimov: "RE: Send xterm to remote workstation with OpenSSH"
- Reply: Alexander Klimov: "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
|