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

Re: graphic ssh connection




~$xhost + ---------------------> local machine machine

don't use xhost.

access control disabled, clients can connect from any host
~$ssh -X -l user1 172.19.5.46 ---------------------> remote machine running sarge
Password:
Linux 000102F1658B 2.4.27-1-386 #1 Fri Sep 3 06:24:46 UTC 2004 i686 GNU/Linux
Last login: Fri Mar 18 11:23:58 2005 from 172.19.130.5
user1@000102F1658B:~$ lyx
lyx: cannot connect to X server
user1@000102F1658B:~$
While if I connect to a machine running knoppix 3.7 ( base on sarge ) it works, even I omit xhost +

configure the sshd to allow X forwarding.


--
Programmers love Unix and C because they are powerful, and they are powerful because programmers love them.



Reply to: