From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 15 17:20:02 2007 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AABCC16A41F for ; Fri, 15 Jun 2007 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 74E8113C483 for ; Fri, 15 Jun 2007 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5FHK2bH048725 for ; Fri, 15 Jun 2007 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5FHK2BJ048724; Fri, 15 Jun 2007 17:20:02 GMT (envelope-from gnats) Resent-Date: Fri, 15 Jun 2007 17:20:02 GMT Resent-Message-Id: <200706151720.l5FHK2BJ048724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yuri Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7E8716A469 for ; Fri, 15 Jun 2007 17:17:41 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [69.147.83.33]) by mx1.freebsd.org (Postfix) with ESMTP id A9BB113C4BA for ; Fri, 15 Jun 2007 17:17:40 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id l5FHHdBr028136 for ; Fri, 15 Jun 2007 17:17:39 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id l5FHHdmT028135; Fri, 15 Jun 2007 17:17:39 GMT (envelope-from nobody) Message-Id: <200706151717.l5FHHdmT028135@www.freebsd.org> Date: Fri, 15 Jun 2007 17:17:39 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.0 Cc: Subject: misc/113714: sshd: X11 Forwarding stopped working with the recent update X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 17:20:02 -0000 >Number: 113714 >Category: misc >Synopsis: sshd: X11 Forwarding stopped working with the recent update >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jun 15 17:20:01 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: sshd: X11 Forwarding stopped working with the system update >Organization: na >Environment: FreeBSD xxx.xxx.xxx 6.2-STABLE FreeBSD 6.2-STABLE #1: Thu Jun 14 01:18:05 PDT 2007 yuri@xxx.xxx.xxx:/usr/obj/usr/src/sys/GENERIC i386 >Description: I recently upgraded from 6.2-STABLE from few months ago to the current one. Also removed old and reinstalled again all packages. And X11 forwarding stopped working. After troubleshooting I figured out that with debug client prints the message: debug1: Remote: No xauth program; cannot forward with spoofing. Turns out that sshd is looking for xauth in /usr/X11R6/bin and now all Xorg stuff goes into /usr/local/. Yuri >How-To-Repeat: obvious >Fix: (cd /usr/X11R6/bin && ln -s /usr/local/bin/xauth) But it should work by itself. >Release-Note: >Audit-Trail: >Unformatted: