The -C parameter specifies to use compression. The 5902:127.0.0.1:5901 part maps your local host 127.0.0.1 port to your remote machine. The rest I think is obvious. Once that is done, all you have to do is run the tightvnc client poniting it to your local host's 02 port, like this:
127.0.0.1:2
That should give you a fast, encrypted connection to your remote machine using plain ssh and vnc. Try it.
Re(1): Secure remote access to your desktop
Posted by: Anonymous [ip: 204.249.105.251] on October 08, 2007 02:39 PMssh -C -L 5902:127.0.0.1:5901 -p 16949 remotekereki.homelinux.com -l remote1776
The -C parameter specifies to use compression. The 5902:127.0.0.1:5901 part maps your local host 127.0.0.1 port to your remote machine. The rest I think is obvious. Once that is done, all you have to do is run the tightvnc client poniting it to your local host's 02 port, like this:
127.0.0.1:2
That should give you a fast, encrypted connection to your remote machine using plain ssh and vnc. Try it.
#