From nobody@FreeBSD.org  Tue Jun 19 22:17:19 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 3745316A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Jun 2007 22:17:19 +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 26CF113C46C
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Jun 2007 22:17:19 +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 l5JMHJWm023907
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 19 Jun 2007 22:17:19 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id l5JMHIC2023906;
	Tue, 19 Jun 2007 22:17:18 GMT
	(envelope-from nobody)
Message-Id: <200706192217.l5JMHIC2023906@www.freebsd.org>
Date: Tue, 19 Jun 2007 22:17:18 GMT
From: Tim Daneliuk <tundra@tundraware.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sshd on latest 4.11-STABLE points to wrong xauth location
X-Send-Pr-Version: www-3.0

>Number:         113868
>Category:       misc
>Synopsis:       sshd on latest 4.11-STABLE points to wrong xauth location
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 19 22:20:09 GMT 2007
>Closed-Date:    Wed Jun 20 05:38:03 GMT 2007
>Last-Modified:  Wed Jun 20 05:38:03 GMT 2007
>Originator:     Tim Daneliuk
>Release:        4.11 STABLE (latest)
>Organization:
TundraWare Inc.
>Environment:
FreeBSD eskimo.tundraware.com 4.11-STABLE FreeBSD 4.11-STABLE #40: Fri Jun 15 21:36:51 CDT 2007     toor@eskimo.tundraware.com:/usr/obj/usr1/src/sys/ESKIMO  i386

>Description:
I realize 4.x is not supported any longer, but a change seems to have crept in after the 4.x EOL that breaks things it should not on previously stable systems:

Attempting to ssh into the 4.11-STABLE system works, but X tunneling does NOT.
This turns out to be a problem because sshd is looking for xauth in /bin
rather than  /usr/X11R6/bin/xauth.
>How-To-Repeat:

>Fix:
The dirty fix here is ln -s  /usr/X11R6/bin/xauth /bin/xauth but it would be nice if the code were to revert back to correctly looking for xauth as it has historically.  

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: remko 
State-Changed-When: Wed Jun 20 05:38:01 UTC 2007 
State-Changed-Why:  
Sorry but as you also stated 4.x reached it's EoL status, you should 
update to recent versions of FreeBSD to get the support you are asking 
for (this implies that if this is also a problem for recent versions you 
should mention that to me so that i can get those fixed; there will be 
NO fixes for 4.x however). Thanks for using FreeBSD! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=113868 
>Unformatted:
