[1667058 views]

[]

Odi's astoundingly incomplete notes

New entries | Code

Graphical remote session

If you need a complete graphical remote desktop session to a linux machine from a Windows machine with Cygwin:
XWin :0 -clipboard &
DISPLAY=:0.0 ssh -f -Y username@linuxbox gnome-session
or
DISPLAY=:0.0 ssh -f -Y username@linuxbox startkde
More information at freedesktop.org


posted on 2005-12-15 12:35 UTC in Code | 0 comments | permalink