Posted on April 1, 2008 by ergut
A detailed explanation of how to make VNC work over SSL can be found here. Reading that and the e-mail discussions here, I’d like to summarize the procedure:
SERVER
Create the certificate stunnel.pem (Follow the instructions given at the link above)
Run VNC server: vncserver :5
Create a secure tunnel: stunnel -d 5950 -r 5905 -p /path/to/stunnel.pem
Download the [...]
Filed under: linux, remote access, vnc | Leave a Comment »
Posted on April 1, 2008 by ergut
You can’t always be there for your parents when they need your help desperately for their computer problems. I resolved this issue with some basic software that I’d like to share. I’d like to give the basics first and I will provide more details when I have more time.
What is the problem?
Remote computer [...]
Filed under: remote access, vnc | Tagged: putty, security, tunneling, vnc | Leave a Comment »