From owner-freebsd-questions@FreeBSD.ORG Tue Jul 24 19:42:28 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 CB47716A418 for ; Tue, 24 Jul 2007 19:42:28 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id A322913C48E for ; Tue, 24 Jul 2007 19:42:28 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 0A79E7FA1 for ; Tue, 24 Jul 2007 15:42:27 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id 6D5EDB65CB for ; Tue, 24 Jul 2007 19:42:24 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Tue, 24 Jul 2007 19:42:23 +0000 References: <20070724105922.A29729@badger.tltodd.com> <448x953b8c.fsf@be-well.ilk.org> In-Reply-To: <448x953b8c.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200707241942.23692.lists-fbsd@shadypond.com> 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 List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2007 19:42:28 -0000 On Tuesday 24 July 2007 18:30:59 Lowell Gilbert wrote: > 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. Indeed, setting XAuthLocation is what allowed me to connect FROM fbsd to Linux but I still can't connect from Linux to my FreeBSD computer.