Running remote programs locally

Alexander Gottwald alexander.gottwald@s1999.tu-chemnitz.de
Mon Sep 1 07:41:00 GMT 2003


On Sun, 31 Aug 2003, Andrew Clarke wrote:

> I do have one question though: why do I set my DISPLAY environment
> variable on the same line as my ssh call?  What's the deal with that?

Then this variable is only valid for that program and is automticly 
exported. Otherwise you'll have to do (for /bin/sh) 

DISPLAY=localhost:0.0
export DISPLAY
ssh -X linuxcomputer

bye
	ago



More information about the Cygwin-xfree mailing list