VNC2Me - About
VNC2Me - About
Written by Jim Dolby Monday, 17 March 2008 11:50
VNC2Me is a modification of UltraVNC Win32) that incorporates SSH as a secure transport layer to enable two (or more) computers to connect even if behind firewalls (most).
SSH is utilized for several reasons, but chiefly ...
- SSH is a proven and well-respected security application (when setup correctly)
- SSH tunneling provides the flexibility necessary, without bloat-ware.
- Most platforms have an SSH & VNC client that we can modify to use this system
- SSH is Open-source and freely available (openssh is anyway)
- Putty (plink) is a small form-factor application, and easily integrated into our project (uses C code).
We recently forcefully took ownership of the showmypcssh project on sourceforge, and hope to incorporate features from that into the VNC2Me system.
We are also consulting with the developers of SSH/VNC Java Applet
to try to make our forth-coming systems as compatible as possible. During this consultation, i had to re-think a few things that i wanted to do, in order to maintain maximum compatability.