TC MA said: [snip] > How to setup vnc over ssh so that connections between > snoopy (machine linux1) and third machine WILL be encrypted?
That would require two SSH tunnels. Something like (untested): machine1 $ ssh -L 5901:localhost:5904 linux2 linux2 $ ssh -L 5904:localhost:5901 machine3 Then use VNC on machine1 to connect to localhost::5901. -- William Hooper _______________________________________________ VNC-List mailing list [email protected] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list
