From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 07:23:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7AEAE16A41F for ; Tue, 18 Oct 2005 07:23:30 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292C443D45 for ; Tue, 18 Oct 2005 07:23:30 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout1.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j9I7NTkS000358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 18 Oct 2005 00:23:29 -0700 X-Auth-Received: from [192.168.0.5] (c-24-18-246-211.hsd1.wa.comcast.net [24.18.246.211]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.09) with ESMTP id j9I7NTTS016887 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Tue, 18 Oct 2005 00:23:29 -0700 Mime-Version: 1.0 (Apple Message framework v734) In-Reply-To: <20051018071132.GC5557@yoafrica.com> References: <20051018071132.GC5557@yoafrica.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <0CF19F67-D562-42D8-B4EF-0BD62EB1D4C7@u.washington.edu> Content-Transfer-Encoding: 7bit From: Garrett Cooper Date: Tue, 18 Oct 2005 00:24:56 -0700 To: FreeBSD Questions X-Mailer: Apple Mail (2.734) X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: ssh X forwarding problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Oct 2005 07:23:30 -0000 Try uncommenting, #X11Forwarding yes #X11UseLocalhost yes at the very least and then restart the SSH server, if you have root access on it. -Garrett