From owner-freebsd-questions@FreeBSD.ORG Fri Apr 22 19:12:18 2005 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 1E6D816A4CE for ; Fri, 22 Apr 2005 19:12:18 +0000 (GMT) Received: from mail28.sea5.speakeasy.net (mail28.sea5.speakeasy.net [69.17.117.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA63D43D48 for ; Fri, 22 Apr 2005 19:12:17 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 27355 invoked from network); 22 Apr 2005 19:12:17 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail28.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 22 Apr 2005 19:12:17 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2609E54; Fri, 22 Apr 2005 15:12:16 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Bill Moran References: <20050422145719.5406a983.wmoran@potentialtech.com> From: Lowell Gilbert Date: 22 Apr 2005 15:12:15 -0400 In-Reply-To: <20050422145719.5406a983.wmoran@potentialtech.com> Message-ID: <44fyxizkvk.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: questions@freebsd.org Subject: Re: Use of -Y in ssh 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: Fri, 22 Apr 2005 19:12:18 -0000 Bill Moran writes: > I'm looking for information on ssh. What I want to understand is the > difference between -Y and -X. > > The man page for ssh simply says: > -Y Enables trusted X11 forwarding. > > Does anyone have any pointers to docs that better explain the difference > between -Y and -X, I'd like to better understand the security risks that > may be involved. See the "ForwardX11Trusted" option in ssh_config(5).