--- wikisrc/pkgsrc/remote.mdwn 2011/07/19 13:13:04 1.10 +++ wikisrc/pkgsrc/remote.mdwn 2011/08/18 15:12:51 1.11 @@ -146,4 +146,10 @@ As a further goal, documentation will be 1. [[!wikipedia TigerVNC]] 1. [[!wikipedia ITALC]] 1. [[!wikipedia KRDC]] -1. Check interoperability with stock OSX VNC server, it has extensions not handled by TightVNC and RealVNC at least. +1. Check interoperability with stock MacOS X VNC server, it has extensions not handled by TightVNC and RealVNC at least. +I have to run this to make it possible to connect to MacOS: +
+sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -verbose -activate -restart -agent -allowAccessFor -allUsers -privs -all -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw some-password
+
+Setting password is essential here. +Tested on Darwin 10.3.3 x86_64.