0

I have installed and configured VNC server on Amazon EC2 instance. But the port 5901 is not opened in my security group. Is there any way to connect my VNC server from Windows without opening the port 5901?

1 Answers1

0

The ususal way to do this is to use an SSH tunnel, typically running on port 22. If your VNC client doen't have an option for that, you can use putty (or better the scriptable companion plink).

Eugen Rieck
  • 20,637