From owner-freebsd-questions@FreeBSD.ORG Tue Jul 24 18:31:01 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 667C016A421 for ; Tue, 24 Jul 2007 18:31:01 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.freebsd.org (Postfix) with ESMTP id 4287A13C46E for ; Tue, 24 Jul 2007 18:31:01 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13406 invoked from network); 24 Jul 2007 18:31:00 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Jul 2007 18:31:00 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8F63928440; Tue, 24 Jul 2007 14:30:59 -0400 (EDT) To: Terry Todd References: <20070724105922.A29729@badger.tltodd.com> From: Lowell Gilbert Date: Tue, 24 Jul 2007 14:30:59 -0400 In-Reply-To: <20070724105922.A29729@badger.tltodd.com> (Terry Todd's message of "Tue\, 24 Jul 2007 10\:59\:22 -0500") Message-ID: <448x953b8c.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: ssh X11 forwarding not working on FreeBSD 6.2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 18:31:01 -0000 I would guess that it's an xauth(1) problem. Make sure that XAuthLocation is set ,in sshd_config(5), to the right path for the xauth executable (probably /usr/local/bin/xauth, if you've done the update to X.Org 7.2. That's just a shot in the dark, though; the most certain way of finding the problem is to increase the verbosity of sshd's logging, and see what it thinks is wrong.