Re: AW: X won't allow display export...

2001-07-31 Thread Andrew Perrin
> * 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. --

AW: X won't allow display export...

2001-07-31 Thread Schoppitsch Dieter
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: