From owner-freebsd-questions@FreeBSD.ORG Tue Jun 19 18:09:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2F9716A468 for ; Tue, 19 Jun 2007 18:09:36 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from ayn.mi.celestial.com (hayek.celestial.com [192.136.111.12]) by mx1.freebsd.org (Postfix) with ESMTP id BBF1413C44C for ; Tue, 19 Jun 2007 18:09:34 +0000 (UTC) (envelope-from bill@ayn.mi.celestial.com) Received: from localhost (localhost [127.0.0.1]) by ayn.mi.celestial.com (Postfix) with ESMTP id 4DF4D6866CE48; Tue, 19 Jun 2007 11:11:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at mi.celestial.com Received: from ayn.mi.celestial.com ([127.0.0.1]) by localhost (ayn.mi.celestial.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XdpQnhglUzgg; Tue, 19 Jun 2007 11:11:06 -0700 (PDT) Received: by ayn.mi.celestial.com (Postfix, from userid 203) id 3010D6866CE47; Tue, 19 Jun 2007 11:11:06 -0700 (PDT) Date: Tue, 19 Jun 2007 11:11:06 -0700 From: Bill Campbell To: freebsd-questions@freebsd.org Message-ID: <20070619181106.GB15696@ayn.mi.celestial.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <46781626.3010400@tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46781626.3010400@tundraware.com> User-Agent: Mutt/1.5.11 OpenPKG/2.5 Subject: Re: Interesting Change In ssh Behavior X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@celestial.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jun 2007 18:09:37 -0000 On Tue, Jun 19, 2007, Tim Daneliuk wrote: >I just recently update one 6.2 and one 4.11 machine to the latest stable >sources and built world. Now, for some odd reason, I cannot tunnel X >via ssh from remote clients. Did the defaults for sshd change lately >or is there some other culprit? First make sure that the sshd_config file on the server machine has ``X11Forwarding yes'' set. You should then be able to handle x11 using ``ssh -Y command'' instead of the old ``ssh -X command''. If you want to be able to do this without requiring the ``-Y'' option, add ``ForwardX11Trusted yes'' to the ssh_config file on the remote machine. Bill -- INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software, LLC URL: http://www.celestial.com/ PO Box 820; 6641 E. Mercer Way FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 No man's life, liberty, or property are safe while the legislature is in session. -- Mark Twain