- Use vnckeygen to generate private/public keys, you may see unexpected connection close or private key not found in logs.
- Enterprise version is using system authentication by default, to change it to vnc password, the straight way that I found is editing vncserver script and add below line where cal the Xvnc.
$cmd .= " -UserPasswdVerifier VncAuth";