From owner-freebsd-questions@FreeBSD.ORG Thu Jul 5 10:00:35 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46BFA16A475 for ; Thu, 5 Jul 2007 10:00:35 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id A2F8313C4E3 for ; Thu, 5 Jul 2007 10:00:34 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l65A0WwT020787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 5 Jul 2007 17:00:32 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.3/8.12.11) id l65A0Wiq015761; Thu, 5 Jul 2007 17:00:32 +0700 (ICT) Date: Thu, 5 Jul 2007 17:00:32 +0700 (ICT) Message-Id: <200707051000.l65A0Wiq015761@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Lost SSH X1 Forwarding with Xorg 7.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: Thu, 05 Jul 2007 10:00:35 -0000 Hi, A nice *feature* that I just noticed, I apologize if it has been mentionned earlier. xorg 7.2 tends to install all the components in /usr/loca insteal of the traditional /usr/X11R6. But sshd is still expecting xauth to be in /usr/X11R6/bin/xauth; so sshd_config has to be modified to reflect the fact that xauth new path is /usr/local/bin/xauth. So the default /etc/ssh/sshd_config should be adapted to reflect this change... Best regards, Olivier