Remote login through VNC is not through secured tunnel, but I heard that the latest version can definitely provide such function. Actually, in Linux, if your X-window is working, "SSH -X" can also pipe the graphics to your local host. Start your X-Window first, then you can use: ssh -X -l "user" "remote host ip", if you want, any application with GUI can be piped to your local host,like mozilla,...etc.
|