Gentoo Archives: gentoo-user

From: Allan Gottlieb <gottlieb@×××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ssh trouble
Date: Tue, 28 Oct 2008 16:46:22
Message-Id: yu9k5bsmzvw.fsf@nyu.edu
In Reply to: RE: [gentoo-user] ssh trouble by Brian Wince
1 At Tue, 28 Oct 2008 09:26:07 -0700 Brian Wince <bwince@×××××××.com> wrote:
2
3 > -----Original Message-----
4 > From: Allan Gottlieb [mailto:gottlieb@×××.edu]
5 > Sent: Tuesday, October 28, 2008 9:09 AM
6 > To: gentoo-user@l.g.o
7 > Subject: [gentoo-user] ssh trouble
8 >
9 > Yesterday's update to ssh (openssh-5.1_p1-r1) is giving me trouble.
10 >
11 > The client is allan. The server is ajglap.
12 >
13 > >From the client (gnome-terminal) I can run ssh as follows
14 >
15 > gottlieb@allan ~ $ ssh ajglap
16 > Last login: Tue Oct 28 11:50:02 EDT 2008 from allan on ssh
17 > Last login: Tue Oct 28 11:54:33 2008 from allan
18 > xhost: unable to open display ""
19 > gottlieb@ajglap ~ $
20 >
21 > adding a -Y gives the same output
22 >
23 > But I can't run other server programs from the client. The following
24 > used to start emacs on the server displaying a new X11 window on the
25 > client.
26 >
27 > gottlieb@allan ~ $ ssh -Y ajglap emacs
28 > emacs: standard input is not a tty
29 > gottlieb@allan ~ $
30 >
31 > removing the -Y gives the same output
32 >
33 > I went to the server and created ~/.ssh/config with contents
34 >
35 > ForwardX11Trusted yes
36 >
37 > But this didn't help (I also tried the risky ForwardX11).
38 >
39 > I am planning to downgrade, but wanted to ask here first if I have just
40 > misconfigured something (bugs.gentoo.org didn't seem to have anything
41 > relevant).
42 >
43 > thanks,
44 > allan
45 >
46 > Is "X11Forwarding yes" set in the sshd_config on ajglap?
47
48 It is now!
49
50 thanks,
51 allan

Replies

Subject Author
Re: [gentoo-user] ssh trouble Alan McKinnon <alan.mckinnon@×××××.com>