
Nov 19, '07 01:30:00PM • Contributed by: mschmidl

- Use SSH to establish a tunnel to the computer you want to control. Be sure to use a local port other than 5900 -- otherwise the screen sharing app will complain about controlling the local screen is not possible. A good example is:
...where 1202 is the local port, and 192.168.10.10:5900 the remote destination.ssh -L 1202/192.168.10.10/5900
- Go into Safari and type in the URL vnc://localhost:1202, if you're using the local port 1202 as in the above example.
- Now drag the URL to your desktop to create a link to this URL
- Rename and/or change the icon for the URL link with the Get Info window.
[robg adds: A comment on the queue site notes "To ensure this is secure, you should ssh to the target host and forward to localhost. e.g: ssh -L 1202:localhost:5900."]