From owner-freebsd-questions@FreeBSD.ORG Tue Oct 18 08:31:38 2005 Return-Path: X-Original-To: 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 31AB316A420 for ; Tue, 18 Oct 2005 08:31:38 +0000 (GMT) (envelope-from deep@symonds.net) Received: from symonds.net (ca1.symonds.net [66.92.42.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E8BD43D62 for ; Tue, 18 Oct 2005 08:31:37 +0000 (GMT) (envelope-from deep@symonds.net) Received: from deep by symonds.net with local (Exim 4.44 #1 (Debian)) id 1ERmsh-0005IZ-12; Tue, 18 Oct 2005 01:31:35 -0700 Date: Tue, 18 Oct 2005 01:31:35 -0700 To: John Oxley Message-ID: <20051018083135.GA20151@symonds.net> References: <20051018071132.GC5557@yoafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051018071132.GC5557@yoafrica.com> User-Agent: Mutt/1.5.9i From: N Deepak Cc: questions@freebsd.org 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 08:31:38 -0000 On Tue, Oct 18, 2005 at 09:11:32AM +0200, John Oxley wrote: > I have two machines, cortizone and morphine. On cortizone if I ssh into > the box I can run X programs just fine (like eximon). On morphine, I > cannot get X forwarding going. > What exactly is the error message you see? Try ssh -Y hostname (instead of -x) and see if it helps. Regards, Deepak