GitXplorerGitXplorer
s

comp-vnc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

comp-vnc

A collection of scripts and configuration files for setting up VNC capable instances on Google Compute Engine.

To startup the VNC server:

vncserver :1 -depth 24 -geometry 1280x800

To kill the VNC server:

vncserver -kill :1

To start a VNC SSH encrypted connection:

ssh -L 5902:localhost:5901 x.x.x.x

Connect to the VNC server over localhost:5902