Hi snoho,
Most of the well-known VNC servers compile on Mac OS X. However, if you can stand a GUI, there's always
OSXvnc. I've found out how to use it from the command line and still get it to use the password file it creates. I've aliased vncup to the following command:
/Applications/OSXvnc.app/OSXvnc-server -rfbport 5909 -desktop <HostName> -dontdisconnect -restartonuserswitch N -keyboardLoading N -pressModsForKeys N -swapButtons -rendezvous N -rfbauth /Applications/OSXvnc.app/.osxvncauth 2>>|~/Library/Logs/OSXvnc-server.log &
That starts the server on desktop number 9 and uses the password file that was created when I set the password in the GUI. I can secure shell into a machine, execute "vncup" and then connect.
I would have expected that a VNC server comes with OS X because that's what Apple Remote Desktop uses to for its remote desktop connections. However, I don't have Apple Remote Desktop so I don't know how to use that server.
--
Gary
~~~~
A good plan today is better than a perfect plan tomorrow.
-- Patton