[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] To Display Program from another computer



Hi Matthias, 

On Tue, Mar 11, 2003 at 10:07:21 +0100, Matthias Wieser wrote:

> I want to display on my knoppix harddisk install computer a X-Window program 
> from a different computer.
> xhost +
> ssh user@othercomputer
>    export DISPLAY=knoppixcomputer:0
>    kmail
> The program stops and can not display, because the Xserver denies this 
> service.

Debian has some security defaults for the X server, like the
"-nolisten tcp" option (guess what it does :)).

If you use startx to start the X session, look into /etc/X11/xinit/xserverrc
and edit the default options.
If using xdm/kdm, change the default options in /etc/X11/xdm/Xservers.

Another way of getting remote X is ssh. Log into a remote machine
like this:

ssh -X username@hostname

The X display will be forwarded (and encrypted) by ssh automagically.
This works even with the "-nolisten tcp" option set.

bye,
  Chris
-- 
Christian Perle                                   perle@itm.tu-clausthal.de
Grunaer Str. 31                      http://www.itm.tu-clausthal.de/~perle/
01069 Dresden                   LinuxGuitarKitesBicyclesBeerPizzaRaytracing
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: