Kickstart (via script) VNC Setup
I've spent a lot of time trying to get the VNC working using the kickstart commands... I've seen the pearl scripts that convert the passwords into whatever it converts it into.. but none of it seems to work.
perl -nwe 'BEGIN { @k = unpack "C*", pack "H*", "1734516E8BA8C5E2FF1C39567390ADCA"}; \
chomp; s/^(.{8}).*/$1/; @p = unpack "C*", $_; foreach (@k) { printf "%02X", $_ ^ (shift @p || 0) }; print "\n"'
So I was going to try a 'firstboot' script in hopes that will work.
# ARD Configuration
#Enable ARD for macadmin
$kickstart -configure -allowAccessFor -specifiedUsers
$kickstart -activate -configure -access -on -users macadmin -privs -all -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw -restart -agent
Theoretically, would this work? In my testing, I could never get the pearl script to work, it would give me the output, but when I would attempt the VNC it would never work (invalid PW).