From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 22:29:45 2007 Return-Path: X-Original-To: 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 DA57F16A46C for ; Tue, 19 Jun 2007 22:29:45 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout7.cac.washington.edu (mxout7.cac.washington.edu [140.142.32.178]) by mx1.freebsd.org (Postfix) with ESMTP id A445613C458 for ; Tue, 19 Jun 2007 22:29:45 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn01.u.washington.edu (hymn01.u.washington.edu [140.142.8.55]) by mxout7.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.05) with ESMTP id l5JMTjnp016233 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 19 Jun 2007 15:29:45 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn01.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l5JMTjhH006653 for ; Tue, 19 Jun 2007 15:29:45 -0700 X-Auth-Received: from [192.55.52.1] by hymn01.u.washington.edu via HTTP; Tue, 19 Jun 2007 15:29:45 PDT Date: Tue, 19 Jun 2007 15:29:45 -0700 (PDT) From: youshi10@u.washington.edu To: questions@freebsd.org In-Reply-To: <46783D20.1000508@tundraware.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.6.19.150851 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Cc: Subject: Re: Interesting Change In ssh Behavior 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, 19 Jun 2007 22:29:46 -0000 On Tue, 19 Jun 2007, Tim Daneliuk wrote: > Tim Daneliuk wrote: > > >>> What does ssh'ing with verbose mode show? >>> >>> >> >> I was just doing this as your email arrived. This looks suspicious (!): >> >> Remote: No xauth program; cannot forward with spoofing >> >> >> This is on an old 4.11 system updated to latest stable. xauth does indeed exist in: >> >> /usr/X11R6/bin/xauth >> >> >> Very strange ... > > > And now .... the answer: > > doing a 'strings sshd' returns the fact that it thinks (on this latest build of 4.11-STABLE) that > xauth lives in /bin ! > > I did an ln -s /usr/X11R6/..../xauth /bin/xauth and everythingworks again. > > So .. is this a bug or a new "feature" ????? The /usr/X11R6 search path was removed recently in CURRENT. Coincidence? -Garrett