From owner-freebsd-stable@freebsd.org Sat Mar 19 14:24:18 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A975FAD6F81 for ; Sat, 19 Mar 2016 14:24:18 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8B22BBD1 for ; Sat, 19 Mar 2016 14:24:18 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 20b7a6d0-edde-11e5-9036-c33267960ba8 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sat, 19 Mar 2016 14:23:19 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u2JEN9OG003723; Sat, 19 Mar 2016 08:23:09 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1458397389.68920.65.camel@freebsd.org> Subject: Re: DISPLAY not set inside jails after update to 10.3-PRERELEASE FreeBSD 10.3-PRERELEASE #4 r297043 From: Ian Lepore To: Erich Dollansky , freebsd-stable@freebsd.org Date: Sat, 19 Mar 2016 08:23:09 -0600 In-Reply-To: <20160319134806.6e53295a@X220.alogt.com> References: <20160319134806.6e53295a@X220.alogt.com> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2016 14:24:18 -0000 On Sat, 2016-03-19 at 13:48 +0800, Erich Dollansky wrote: > Hi, > > nothing else was changed on the machine except the update. I could > use > > ssh 192.168.12.12 > > to connect to a jail running under that IP address before the update > without problems. > > It works now only with > > ssh -Y 192.168.12.12 > > The /etc/ssh/ssh_config file says: > > Host * > ForwardX11 yes > > So, it should allow to connect to all machines providing ssh and > forward X11. > > What did I miss? > > Erich If -Y works, the ssh config file option that corresponds to that is ForwardX11Trusted. ForwardX11 corresponds to -X. (Not sure what changed, just throwing out the one little crumb of info I've got.) -- Ian