From: Thomas Weber (x_at_4t2.com)
Date: Wed 24 Jul 2002 - 11:44:19 BST
On Wed, Jul 24, 2002 at 09:49:13AM +0200, Jon Bendtsen wrote:
> Fran Firman wrote:
> >
> > When I ssh -X to a vserver, so that the X11 is tunneled back to my
> > console/client, I run a program like xterm and get the error,
> >
> > X11 connection rejected because of wrong authentication.
> > X connection to localhost:10.0 broken (explicit kill or server
> > shutdown).
> >
> > Any ideas???
>
> This is an X/ssh problem, not related to vserver. Maybe you can solve
> it by typing xhost + at a local xterm.
no, this is probably vserver related due to the localhost issues.
you use ssh -X because you don't want to use xhost +, which is a bad idea in
general. (Of course this is only one of the reasons to tunnel X11 through ssh)
Tom