Tuesday, May 27, 2008

Exporting the Graphical Display

If you need to open a graphical application on a Linux box A and see it on another one B (i.e. exporting the DISPLAY) there is one easy way if you log in from B to A with SSH:

> ssh -X -Y user@host.domain

Then you can start a graphical application on A from the remote session on B and see the output on B.

No comments: