I am wondering how I can effectively have access control on the VNC service in Mac OS X (10.5.1). Any ideas how this might work in OS X?
This is easy to do with ssh control, for instance, which secures port 22 to only accept connections. So various solutions might include port forwarding a VNC port over ssh, or some kind of access control restriction similar to 'hosts.allow'. But I'm unfamiliar with the details and do not want to run a vnc server that can be accessed from anywhere.
Any help would be greatly appreciated. Thanks.