From owner-freebsd-current@FreeBSD.ORG Fri May 21 12:06:52 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8402F16A4CE for ; Fri, 21 May 2004 12:06:52 -0700 (PDT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5692743D2D for ; Fri, 21 May 2004 12:06:52 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.32; FreeBSD) id 1BRFLx-000O2U-ID; Fri, 21 May 2004 12:06:45 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16558.21316.945321.668790@ran.psg.com> Date: Fri, 21 May 2004 12:06:44 -0700 To: Dimitry Andric References: <20040521183450.GA79447@users.altadena.net> <1284153196.20040521204616@andric.com> cc: current@freebsd.org cc: Pete Carah Subject: Re: ssh X forward broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 19:06:52 -0000 > Probably yes, if you upgraded from an ssh before 2003-10-11. See the > ForwardX11Trusted option in ssh_config(5), and this commit: > > http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/ssh.c?rev=1.202&content-type=text/x-cvsweb-markup 'cept that ForwardX11Trusted yes does not seem to really do it completely. for example, i still have cut and paste problems into Xemacs on the remote (x client) host back to my trusting local x server. randy