From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kuri2-0001YX-80 for garchives@archives.gentoo.org; Tue, 28 Oct 2008 16:46:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42613E039A; Tue, 28 Oct 2008 16:46:19 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.80.33]) by pigeon.gentoo.org (Postfix) with ESMTP id 275F1E03A3 for ; Tue, 28 Oct 2008 16:46:19 +0000 (UTC) Received: from ajglap.localdomain (ool-4578d291.dyn.optonline.net [69.120.210.145]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.13.8) with ESMTP id m9SGkHes006268 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Oct 2008 12:46:17 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id 58D3D19D921; Tue, 28 Oct 2008 12:46:12 -0400 (EDT) To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ssh trouble References: From: Allan Gottlieb Date: Tue, 28 Oct 2008 12:46:11 -0400 In-Reply-To: (Brian Wince's message of "Tue\, 28 Oct 2008 09\:26\:07 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Archives-Salt: c074010a-2f47-4d04-9449-e5e3168f77a2 X-Archives-Hash: 992c3f7bb02152b449136d0b516abb3d At Tue, 28 Oct 2008 09:26:07 -0700 Brian Wince wrote: > -----Original Message----- > From: Allan Gottlieb [mailto:gottlieb@nyu.edu] > Sent: Tuesday, October 28, 2008 9:09 AM > To: gentoo-user@lists.gentoo.org > Subject: [gentoo-user] ssh trouble > > Yesterday's update to ssh (openssh-5.1_p1-r1) is giving me trouble. > > The client is allan. The server is ajglap. > > >From the client (gnome-terminal) I can run ssh as follows > > gottlieb@allan ~ $ ssh ajglap > Last login: Tue Oct 28 11:50:02 EDT 2008 from allan on ssh > Last login: Tue Oct 28 11:54:33 2008 from allan > xhost: unable to open display "" > gottlieb@ajglap ~ $ > > adding a -Y gives the same output > > But I can't run other server programs from the client. The following > used to start emacs on the server displaying a new X11 window on the > client. > > gottlieb@allan ~ $ ssh -Y ajglap emacs > emacs: standard input is not a tty > gottlieb@allan ~ $ > > removing the -Y gives the same output > > I went to the server and created ~/.ssh/config with contents > > ForwardX11Trusted yes > > But this didn't help (I also tried the risky ForwardX11). > > I am planning to downgrade, but wanted to ask here first if I have just > misconfigured something (bugs.gentoo.org didn't seem to have anything > relevant). > > thanks, > allan > > Is "X11Forwarding yes" set in the sshd_config on ajglap? It is now! thanks, allan