How to Tunnel VNC Connection through SSH Using PuTTY
VNC is a protocol that allows a desktop to be viewed and controlled remotely over the Internet. This is how to create VNC tunnel via SSH. Requirements: Ubuntu system (as VNC Server) Windows system (as VNC Viewer) PuTTY for Windows TightVNC Viewer or RealVNC for Windows In Ubuntu PC, install x11vnc and openssh-server: $ sudo…