BTW, you shouldn't need any xhost +... command. ssh -X would be all you'd need ... Setting the DISPLAY on the remote side so that all traffic moves through the ssh tunnel, and (and this is a real neat thing) making the traffic look like it's local to the local machine. So just fire up "XWin -multiwindow", "ssh -X remote" and on the remote start whatever app you need.... try it out with an xterm;-).
-- Glenn
Main Topics
Browse All Topics





by: GnsPosted on 2004-02-27 at 06:01:00ID: 10469199
As can be seen on http://x.cygwin.com/docs/u g/configur e-cygwin-x free- optio ns.html you need specify the correct commandline option...
XWin -multiwindow
will let windoze decorate/manage the windows... While
XWin -rootless
will make the X root window transparant (making the apps float above the windows dittos... this needs a windowmanager to be run too:)
-- Glenn