Re: Send xterm to remote workstation with OpenSSH
From: security (security_at_kalamiteit.nl)
Date: 12/11/03
- Previous message: Dave Killion: "RE: Send xterm to remote workstation with OpenSSH"
- In reply to: binarym_at_psycho-hazard.net: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: Peter DrakeUnderkoffler: "Re: Send xterm to remote workstation with OpenSSH"
- Reply: Peter DrakeUnderkoffler: "Re: Send xterm to remote workstation with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 11 Dec 2003 22:55:33 +0100 To: binarym@psycho-hazard.net, secureshell@securityfocus.com
Hi
i have gotten X forwarding to work in windows and in linux, with both
you need to have X forwarding enabled in your sshd_config!
in windows i used x-win32 or winaxe config, and on linux i was used to
use Xnest (installed on the server ) "
http://www.xs4all.nl/~crocco/x-forwarded.txt " < this will help you
through.
cheers,
Amine
binarym@psycho-hazard.net wrote:
>Le Thu, Dec 11, 2003 at 04:26:19PM +0100, BOURGUIGNON D DvSI/SNPI MTY a ?crit:
>
>
>> Hello world,
>>
>> I'm using PuTTy and SSH on Unices.
>>
>> I would like to do with ssh the same thing that :
>>
>> $ export DISPLAY=Remote_Workstation
>> $ xterm
>>
>> So after searching in FAQs, on the Web, on the O'Reilly SSH Book, I haven't found the answer.
>>
>> 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.
>>
>> If someone can help me ?
>>
>>Cordialement
>>Didier
>>
>>
>
>Hello Didier,
>
> I have never tried X Forwarding but, have a look at the ssh man page,
>ther a paragraph called X11 and TCP Forwarding ( look at option -X ).
>You must take care that X Forwarding is authorized on the sshd config file.
>
>Best Regards,
>G?rald Colangelo
>
>
- Previous message: Dave Killion: "RE: Send xterm to remote workstation with OpenSSH"
- In reply to: binarym_at_psycho-hazard.net: "Re: Send xterm to remote workstation with OpenSSH"
- Next in thread: Peter DrakeUnderkoffler: "Re: Send xterm to remote workstation with OpenSSH"
- Reply: Peter DrakeUnderkoffler: "Re: Send xterm to remote workstation with OpenSSH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|