From owner-freebsd-bugs@FreeBSD.ORG Sat Jan 12 18:50:05 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B67116A421 for ; Sat, 12 Jan 2008 18:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B16D13C469 for ; Sat, 12 Jan 2008 18:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m0CIo4lb024250 for ; Sat, 12 Jan 2008 18:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m0CIo4hL024249; Sat, 12 Jan 2008 18:50:04 GMT (envelope-from gnats) Resent-Date: Sat, 12 Jan 2008 18:50:04 GMT Resent-Message-Id: <200801121850.m0CIo4hL024249@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, Bengt Ahlgren Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C061616A417 for ; Sat, 12 Jan 2008 18:49:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9973813C442 for ; Sat, 12 Jan 2008 18:49:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m0CIloWI039681 for ; Sat, 12 Jan 2008 18:47:50 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m0CIlolT039679; Sat, 12 Jan 2008 18:47:50 GMT (envelope-from nobody) Message-Id: <200801121847.m0CIlolT039679@www.freebsd.org> Date: Sat, 12 Jan 2008 18:47:50 GMT From: Bengt Ahlgren To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: bin/119607: ssh and sshd has wrong path to xauth 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: Sat, 12 Jan 2008 18:50:05 -0000 >Number: 119607 >Category: bin >Synopsis: ssh and sshd has wrong path to xauth >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jan 12 18:50:04 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Bengt Ahlgren >Release: 6.3-RC2 >Organization: >Environment: FreeBSD zeus.bga.sics.se 6.3-RC2 FreeBSD 6.3-RC2 #9: Thu Dec 27 19:02:00 CET 2007 bga@zeus.bga.sics.se:/usr/obj/usr/src/sys/ZEUS amd64 >Description: ssh and sshd has incorrect path to xauth: [bga@zeus ~]$ strings `which ssh` | grep xauth xauthlocation /usr/X11R6/bin/xauth No xauth program. %s/xauthfile Warning: No xauth data; using fake authentication data for X11 forwarding. [bga@zeus ~]$ strings `which sshd` | grep xauth xauthlocation maxauthtries /usr/X11R6/bin/xauth No xauth program; cannot forward with spoofing. >How-To-Repeat: make buildworld without setting X11BASE >Fix: Merge src/crypto/openssh/pathnames.h 1.10 >Release-Note: >Audit-Trail: >Unformatted: