if you enable X forwarding in ssh
you can simply start an application
remotely with
Code:
ssh -x <user>@<host> <program>
and you'll get it on your desktop.
man ssh for details ;)
Ooooops ... sorry, overlooked the
desktop bit :} ... use tight VNC ;)
Cheers,
Tink