From owner-freebsd-questions@FreeBSD.ORG Thu Nov 20 01:16:24 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E4B3106564A for ; Thu, 20 Nov 2008 01:16:24 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 78A8C8FC17 for ; Thu, 20 Nov 2008 01:16:22 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id mAK1FUpa074410 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 20 Nov 2008 08:15:30 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id mAK1GJKq073848; Thu, 20 Nov 2008 08:16:19 +0700 (ICT) Date: Thu, 20 Nov 2008 08:16:19 +0700 (ICT) Message-Id: <200811200116.mAK1GJKq073848@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <20081119233840.GA14744@ayn.mi.celestial.com> (message from Bill Campbell on Wed, 19 Nov 2008 15:38:40 -0800) References: <006b01c949da$2985e9f0$7c91bdd0$@com> <20081119112554.R6005@wojtek.tensor.gdynia.pl> <200811191035.mAJAZc21042934@banyan.cs.ait.ac.th> <11167f520811191058m7e07c347u272dc9db0a15027d@mail.gmail.com> <20081119224923.L8555@wojtek.tensor.gdynia.pl> <20081119233840.GA14744@ayn.mi.celestial.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: Running X without a videocard 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: Thu, 20 Nov 2008 01:16:24 -0000 > This complexity of DISPLAY ans xhost is why I find it far easier to use ssh > to make connections where I want to run X-clients. There is this command that I tend to like, to be run in a trusted environment only (but using DISPLAY and xhost means that your network is already trusted): xrsh. It connects using the same rules/permissions as rsh, but it also exports the DISPLAY, and it leaves no process waiting on the machine where you executed xrsh. Olivier