On Wed, Jun 04, 2008 at 08:47:17AM +0100, abdelkader belahcene wrote: > Hi everybody, > I want to run a program and display the graph on another machine. > I declared : > export DISPLAY=192.168.10.10:0.0 > ran on the local machine ( which not 192.168.10.10 ) > gedit > > I want to receive the output on the remote machine. The first > problem is to give probably password, ( the machine 192.168.10.10 must > accept the display) , > > > thanks for help Would this help: server A: 192.168.10.1 server B: 192.168.10.10 if you open an xterm on server B and run: ---------------------------- server_b% ssh -X [EMAIL PROTECTED] server_a% mygraphicsprogram ---------------------------- the output would display on server B. you would need to have an ssh server on server A and an ssh client on server B. --kev -- | .''`. == Debian GNU/Linux == | my web site: | | : :' : The Universal |mysite.verizon.net/kevin.mark/| | `. `' Operating System | go to counter.li.org and | | `- http://www.debian.org/ | be counted! #238656 | | my keyserver: subkeys.pgp.net | my NPO: cfsg.org | |join the new debian-community.org to help Debian! | |_______ Unless I ask to be CCd, assume I am subscribed _______|
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

