From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 20:25:40 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 4685D16A53A for ; Mon, 21 Feb 2005 20:25:40 +0000 (GMT) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0793543D2F for ; Mon, 21 Feb 2005 20:25:40 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from fusemail.com by fuse1.fusemail.net with asmtp (FuseMail extSMTP) id 1D3K7W-00050y-C0 for freebsd-questions@freebsd.org; Mon, 21 Feb 2005 14:25:30 -0600 Received: from 209.87.176.132 (FuseMail web AccountID 19592) by www.fusemail.com with HTTP; Mon, 21 Feb 2005 14:25:40 -0600 (CST) Message-ID: <1048.209.87.176.132.1109017540.fusewebmail-19592@www.fusemail.com> Date: Mon, 21 Feb 2005 14:25:40 -0600 (CST) From: "Brian John" To: freebsd-questions@freebsd.org User-Agent: FuseWebmail MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal Subject: How can I start a GUI application through SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: brianjohn@fusemail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Feb 2005 20:25:40 -0000 Hello, I would like to be able to start an X application through ssh. I want the app to actually run on my local box (meaning I want the window to pop up on the box that I am ssh-ing to), but I just want to be able to start it remotely. Can someone help me figure out how to do this? Thanks /Brian