[Solved] Re: An SSH X11Forwarding problem

2006-08-09 Thread Wang Xu
A stupid problem, sorry for noisy. I finally found the ``lo'' interfaces is down in host A, thus the $DISPLAY can not be set as "localhost:10.0" since the localhost does not exist. Thanks all! -- Wang Xu -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Re: An SSH X11Forwarding problem

2006-08-09 Thread Liam O'Toole
On Wed, 9 Aug 2006 15:56:39 +0800 "Wang Xu" <[EMAIL PROTECTED]> wrote: > 2006/8/9, Liam O'Toole <[EMAIL PROTECTED]>: > > > > What is the output of the command > > It is said the DISPLAY is not set, which is the fact. > | [EMAIL PROTECTED]:~$ xterm > | xterm Xt error: Can't open display: > | xterm

Re: An SSH X11Forwarding problem

2006-08-09 Thread Wang Xu
2006/8/9, Liam O'Toole <[EMAIL PROTECTED]>: What is the output of the command It is said the DISPLAY is not set, which is the fact. | [EMAIL PROTECTED]:~$ xterm | xterm Xt error: Can't open display: | xterm: DISPLAY is not set grep X11 /etc/ssh/sshd_config on both machines? On both

Re: An SSH X11Forwarding problem

2006-08-09 Thread Liam O'Toole
On Wed, 9 Aug 2006 09:42:07 +0800 "Wang Xu" <[EMAIL PROTECTED]> wrote: > Hi list, > > I have two Debian Sid box, form A access B with > > | ssh -X B > > I can open x application (such as xterm or eog...) well. > However, from host B > > | ssh -X A > > I found there is no DISPLAY environment

Re: An SSH X11Forwarding problem

2006-08-08 Thread Wang Xu
2006/8/9, Ali Milis <[EMAIL PROTECTED]>: > I can open x application (such as xterm or eog...) well. > However, from host B > > | ssh -X A > > I found there is no DISPLAY environment var, Are you allowed to run X (e.g xlock) from B locally? (i.e. without ssh to another host?). Yes, both of th

Re: An SSH X11Forwarding problem

2006-08-08 Thread Ali Milis
I can open x application (such as xterm or eog...) well. However, from host B | ssh -X A I found there is no DISPLAY environment var, Are you allowed to run X (e.g xlock) from B locally? (i.e. without ssh to another host?). -- Raja Ali M.I. Ilias, Bengkalis, https://wiki.ubuntu.com/AliMilis

An SSH X11Forwarding problem

2006-08-08 Thread Wang Xu
Hi list, I have two Debian Sid box, form A access B with | ssh -X B I can open x application (such as xterm or eog...) well. However, from host B | ssh -X A I found there is no DISPLAY environment var, and even I manually indicated it as "localhost:10.0", just as from A to B, xterm cannot be