X11 Forwarding on Mac
Recently i tried it. It works great. I even created the new logo using GIMP over the University network. Now, many people might think “What’s the point? You can install GIMP on Mac anyway”.
Well my answer is that for the few of us that are still PPC, some x11 apps don’t work, also sometimes we just don’t have enough processing power to do the task as well as all our other activities.
The command in an SSH terminal to do X Forwarding is:
ssh -X <username>@<hostname>
Since everything is going over SSH, it’s all encrypted as well.