Nick Wright wrote:

> Hi there.
>
> Currently when I try to run X apps via an ssh login I get the error message
>
>   xterm Xt error: Can't open display:
>
> Is this a problem with ssh and my x-forwarding?
> if so, how do you change the x-forwarding options in ssh?
> if not, what is the problem and how do I fix it? :)
>
> thanks,
> Nick.
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Have you installed xbase-clients?

Check /etc/ssh/ssh_config and /etc/ssh/sshd_config for

    ForwardX11 yes

and

    X11Forwarding yes

respectively.

John P Foster.

Reply via email to