Hello,

Here is my test stuff (before installing) :

SSHSRV : ssh server
run ssd on port 222
openssh.cnf :
...
X11Forwarding yes
X11DisplayOffset 10
X11UseLocalhost yes
...

CLIENT-1 :
~/.ssh/config :
ForwardX11 yes

CLIENT-2 :
~/.ssh/config :
ForwardX11 yes

CLIENT 1 and 2 connect fine to SSHSRV : ssh -p 222 SSHSRV
On CLIENT-1 : export DISPLAY=localhost:10 then run xterm, appeard on CLIENT-1 : OK

On CLIENT 2 : export DISPLAY=localhost:10 then run xterm, , appears on CLIENT-1 : ERK !!
I wanted CLIENT-2 xterm to be displayed on CLIENT-1 ...


Note 1 :when I comment out "X11UseLocalhost yes" in SSHSRV config file; I can't manage to get xterm displayed on CLIENT-1 or 2. Note 2 : the DISPLAY is automatically set to a strange value (19216876:0.0), looks like a part of IP address (client or server, don't know). This default DISPLAY dosen't permit wterm display on CLIENT-1 nor CLIENT-2.
Note 3 : The login on SSHSRV is the same from CLIENT-1 and CLIENT-2.

I think (and hope) it's a config problem, cause I really need to forward many X11 users throught SSH. Each one using it's own CLIENT.

Landry.




--
############################################################
BRUNEL Landry

Email: [EMAIL PROTECTED]
Tel : (33) 05 61 43 35 04       
Fax : (33) 05 62 14 06 10
############################################################


Reply via email to