TigerVNC on Ubuntu
Some resources for setting up Tiger VNC on Ubuntu.
- Install Tiger VNC
-
Port forward to allow VNC connection:
Since the VNC server only listen to local connection requests (for better security), we need to tunnel the port with SSH before connecting.
ssh ubuntu -L 5901:127.0.0.1:5901
and keep this connection open.
- If you installed RealVNC server on the same machine, you will need to use
tigervncpasswd
instead ofvncpasswd
to change the password.
References: