Mailinglist Archive: opensuse (3397 mails)
| < Previous | Next > |
Re: [SLE] unable to run remote X-apps, can't open display
- From: Anders Johansson <andjoh@xxxxxxxxxx>
- Date: Fri, 8 Apr 2005 17:04:21 +0200
- Message-id: <200504081704.22860.andjoh@xxxxxxxxxx>
On Friday 08 April 2005 16:58, Long Fei wrote:
> I am running SUSE 9.2. I did in the standard way:
>
> my_local_host: xhost +
> ssh remote_host
> [bash] export DISPLAY=my_local_host:0.0
> xterm
>
> it gives me this message:
> xterm Xt error: Can't open display: my_local_host:0
>
> does anyone have a solution ? did you experience this before ?
ssh -X remote_host
xterm
By default, 9.2 will refuse remote X connections, but you don't need that
since it's a functionality built into ssh
> I am running SUSE 9.2. I did in the standard way:
>
> my_local_host: xhost +
> ssh remote_host
> [bash] export DISPLAY=my_local_host:0.0
> xterm
>
> it gives me this message:
> xterm Xt error: Can't open display: my_local_host:0
>
> does anyone have a solution ? did you experience this before ?
ssh -X remote_host
xterm
By default, 9.2 will refuse remote X connections, but you don't need that
since it's a functionality built into ssh
| < Previous | Next > |