Thursday, November 26, 2009

SSH X11 Forwarding

SSH X11 fowarding allows X11 connection to be tunneled from the remote system (client) to the local system (display server). Here is how to set it up to work on a Mac OS.
Open a X11 terminal
Start an ssh session: ssh -X -l username server-ip
xclock &
It should display on your Mac screen.