> * start xterm (or any X-shell) on the client box
> * xhost +
^^^ this is overkill if you're going to use ssh;
> * ssh -X -l user server_name
the -X forwards X packets so there's no need to turn off X security with
xhost.
--
I do it this way:
* start xterm (or any X-shell) on the client box
* xhost +
* ssh -X -l user server_name
* type xterm
and you are in your server.
Dieter
> I am unable to successfully export the display from one of my Debian
> boxen to another. I tried the following on the box I was using X on:
2 matches
Mail list logo