Gentoo Archives: gentoo-amd64

From: Joerg Gollnick <gentoo102004@×××××××××××××××.de>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] x11 not working on ssh
Date: Sat, 25 Feb 2006 16:03:27
Message-Id: 200602251701.17768.gentoo102004@joerg.in-berlin.de
In Reply to: Re: [gentoo-amd64] x11 not working on ssh by Gavin Seddon
1 > Hi,
2 > I can not find this but, I did find 'tcp keep alive' which I allowed.
3 > Now I get
4 > '
5 > X11 connection rejected because of wrong authentication.
6 > X connection to localhost:10.0 broken (explicit kill or server
7 > shutdown).'
8 >
9 > Has anyone any ideas?
10 >
11 >
12 >
13 > On Fri, 2006-02-24 at 20:44 +0100, Hemmann, Volker Armin wrote:
14 > > On Friday 24 February 2006 16:47, Gavin Seddon wrote:
15 > > > Hi,
16 > > > On Debian my ssh x11 interface would start. Now, on the remote box I
17 > > > get
18 > > > 'X11 connection rejected because of wrong authentication.'
19 > > > I have enabled x11 forwarding on both machines and used ssh -X to log
20 > > > on. Can anyone help?
21 > >
22 > > I don't know ssh, but X is started with -nolisten tcp on gentoo, maybe
23 that is
24 > > the showstopper?
25 > --
26 Hi Gavin,
27 ssh sets up an file .Xauthority to exchange some MIT-MAGIC-COOKIE. Is that
28 file in the home directory on the remote server. To find out what goes wrong
29 I prefer to start the sshd with "-D -d" options at the commandline and
30 connect from remote server with a verbose "ssh -X -v <your host>". In most
31 cases at the end of the debug output gives you an idea what goes wrong.
32 Best regards Joerg
33
34
35 --
36 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] x11 not working on ssh Gavin Seddon <gavin.m.seddon@×××××××××××××.uk>