Wednesday, July 4, 2012

RealVNC Password


  1. Use vnckeygen to generate private/public keys, you may see unexpected connection close or private key not found in logs.
  2. 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";