From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#23317: openssh: ssh client: xauth path is invalid - "/usr/X11R6/bin/xauth" Date: Thu, 28 Apr 2016 07:30:41 +0200 Message-ID: <20160428073041.36eb3e93@scratchpost.org> References: <20160419223929.54f33b36@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52683) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aveXZ-0005SN-R5 for bug-guix@gnu.org; Thu, 28 Apr 2016 01:31:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aveXW-0003TP-LZ for bug-guix@gnu.org; Thu, 28 Apr 2016 01:31:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38747) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aveXW-0003TL-IE for bug-guix@gnu.org; Thu, 28 Apr 2016 01:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1aveXW-00067O-Dm for bug-guix@gnu.org; Thu, 28 Apr 2016 01:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160419223929.54f33b36@scratchpost.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 23317@debbugs.gnu.org But $ ssh -Y -o XAuthLocation=$(which xauth) daya20 works without the patch. And $ ssh -Y daya20 works with the patch. But $ ssh -X daya20 never works, with or without the patch. Huh.