From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 20:41:47 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 E8B2D16A400 for ; Tue, 19 Jun 2007 20:41:47 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from eskimo.tundraware.com (eskimo.tundraware.com [66.92.130.161]) by mx1.freebsd.org (Postfix) with ESMTP id 9C70113C4C1 for ; Tue, 19 Jun 2007 20:41:47 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [127.0.0.1] (eskimo.tundraware.com [66.92.130.161]) (authenticated bits=0) by eskimo.tundraware.com (8.14.1/8.14.1) with ESMTP id l5JKf6ER001971 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Tue, 19 Jun 2007 15:41:09 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <46783F61.7030703@tundraware.com> Date: Tue, 19 Jun 2007 15:41:05 -0500 From: Tim Daneliuk Organization: TundraWare Inc. User-Agent: Thunderbird 1.5.0.9 (X11/20060911) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <46781626.3010400@tundraware.com> <20070619181106.GB15696@ayn.mi.celestial.com> <467836FD.3020901@tundraware.com> <20070619161238.c7160e20.wmoran@potentialtech.com> <4678395D.3070002@tundraware.com> <2196830142E9AFBC39B295C2@vortex.es.net> <46783B57.8030609@tundraware.com> <46783D20.1000508@tundraware.com> In-Reply-To: <46783D20.1000508@tundraware.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-tundraware.com-MailScanner-Information: Please contact the ISP for more information X-tundraware.com-MailScanner: Found to be clean X-tundraware.com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.399, required 1, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -2.60) X-tundraware.com-MailScanner-From: tundra@tundraware.com X-Spam-Status: No Subject: Re: Interesting Change In ssh Behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tundra@tundraware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 20:41:48 -0000 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" ????? > P.S. I realize that 4.x is no longer supported, but at the very least I'd expect this to mean that it wouldn't change any further... hmmmmmmm ....