Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Necessary and sufficient ssh port forwarding' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Necessary and sufficient ssh port forwarding
Authored by: osxpounder on Mon, Nov 26 2007 at 9:17PM PST
So what's the proper command to create a secure tunnel for using a VNC connection to remotely control my Mac?

[ Reply to This | # ]
Necessary and sufficient ssh port forwarding
Authored by: wallybear on Fri, Jan 11 2008 at 5:44PM PST
I had successful connections using the following command:

ssh -N -f -L 5999:127.0.0.1:5900 user@remoteMac

after authentication, launch Chicken of the VNC (or your preferred VNC viewer) and use localhost:5999 as destination server.

[ Reply to This | # ]