From owner-freebsd-bugs@FreeBSD.ORG Tue Dec 13 17:11:01 2011 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 ED1AA106564A; Tue, 13 Dec 2011 17:11:01 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8DA98FC0C; Tue, 13 Dec 2011 17:11:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBDHB140046880; Tue, 13 Dec 2011 17:11:01 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBDHB1hW046862; Tue, 13 Dec 2011 17:11:01 GMT (envelope-from gavin) Date: Tue, 13 Dec 2011 17:11:01 GMT Message-Id: <201112131711.pBDHB1hW046862@freefall.freebsd.org> To: ssanders@opnet.com, gavin@FreeBSD.org, freebsd-bugs@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: misc/163180: ssh X11 forwarding broken in FreeBSD 9.0 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: Tue, 13 Dec 2011 17:11:02 -0000 Synopsis: ssh X11 forwarding broken in FreeBSD 9.0 State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Tue Dec 13 17:03:32 UTC 2011 State-Changed-Why: Hi, It's not clear to me whether this is indeed a bug with a port, and if so which port it would be a bug with. Can you give me some more information please: - What is the operating system of the machine that you are SSing from? - What is the operating system of the machine that you are SSing to? - What is the output of: ls -l `which ssh` `which sshd` strings `which ssh` | grep xauth strings `which sshd` | grep xauth on both the host you are SSHing from, and to? I've just checked on my system, and it does appear that the FreeBSD side of thigs appears to correctly use /usr/local/bin/xauth - so I'm wondering if the problem is elsewhere. Thanks, Gavin Responsible-Changed-From-To: freebsd-bugs->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Tue Dec 13 17:03:32 UTC 2011 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=163180