Archive for May, 2007

VNC over SSH

Sometimes it is useful to manage a Linux server remotely using VNC. A simple and secure method for doing so is to tunnel the VNC connection using Secure Shell. The following instructions have been tested on Redhat Enterprise Linux 5 AS.
On the server side:
First, we need to ensure the vncserver is actually running. [...]