Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mrjayviper

macrumors regular
Original poster
Jul 17, 2012
245
27
Hello.

I've done a bit of research and it seems ARD is somewhat based on VNC technology. It even has the option to allow access via VNC viewers using a password.

I want to enable this option so I can interact with my mac pro when needed. But I'm wary of the security.

I've use VNC-over-SSH in the past but with other OSes like FreeBSD and Linux. I'm wondering if something like this is feasible on OSX using built-in features.

I've searched the net but didn't find what I'm looking for.

Thanks a lot :)
 
I've use VNC-over-SSH in the past but with other OSes like FreeBSD and Linux. I'm wondering if something like this is feasible on OSX using built-in features.

I've searched the net but didn't find what I'm looking for.

Thanks a lot :)

It works just like it does in other OSes:
Code:
ssh -L someportnumberhere:localhost:5900 remotehostaddresshere
then
in Finder: Go/Connect to server
Code:
vnc://localhost:someportnumberhere
I believe if you're using Mavericks or later on both ends, that the screen sharing session is now encrypted, because in 10.8.x and earlier there was an option to encrypt the session, but that's now gone from Screen Sharing.app's preferences.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.