From owner-freebsd-questions@FreeBSD.ORG Fri Jun 4 17:06:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0AF716A4CE for ; Fri, 4 Jun 2004 17:06:25 -0700 (PDT) Received: from csu502.cs.ualberta.ca (csu502.cs.ualberta.ca [129.128.41.32]) by mx1.FreeBSD.org (Postfix) with SMTP id 663C343D46 for ; Fri, 4 Jun 2004 17:06:25 -0700 (PDT) (envelope-from timms@ugrad.cs.ualberta.ca) Received: (qmail 3573 invoked by uid 11571); 5 Jun 2004 00:06:24 -0000 Date: Fri, 4 Jun 2004 18:06:24 -0600 (MDT) From: Simon Timms X-X-Sender: timms@csu502.cs.ualberta.ca To: Kris Kennaway In-Reply-To: <20040604150255.GA48014@xor.obsecurity.org> Message-ID: References: <20040604150255.GA48014@xor.obsecurity.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stimms@petro-canada.ca cc: freebsd-questions@freebsd.org Subject: Re: x-forwarding problem - no window contents X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jun 2004 00:06:25 -0000 On Fri, 4 Jun 2004, Kris Kennaway wrote: > On Fri, Jun 04, 2004 at 08:59:31AM -0600, Simon Timms wrote: > > > Oooh, you know I think I'm just doing 'ssh' and expecting it to work or > > give me a huge obvious error. I have enabled ForwardX11 in > > /etc/ssh/ssh_conf on the desktop. You're probably right that it is a > > question of '-X' or '-Y'. I shall have to try this out when I get home > > tonight. What is the difference between trusted and untrusted X11 > > forwarding? > > Untrusted is safer when you don't trust the security of the machine > you're connecting to, but it doesn't work for a lot of X applications. You were right a -Y did it. I'm sure i've done this with just -X before. Oh well. Thanks a bunch.