Multiple ways:
1. Pass ‘-securitytypes vnc’ on the command line when starting the viewer (e.g. ‘/opt/TurboVNC/bin/vncviewer -securitytypes vnc’ or ‘“c:\program files\turbovnc\vncviewer.bat” -securitytypes vnc’.)
2. Pass ‘-securitytypes vnc’ on the command line with starting the server (e.g. ‘/opt/TurboVNC/bin/vncserver -securitytypes vnc’.)
3. Disable the encrypted security types under the “Security” tab of the TurboVNC Viewer Options dialog in the TurboVNC Viewer. (Note that the viewer stores options independently for each host.)
4. Put ‘SecurityTypes=vnc’ in /etc/turbovncserver-security.conf on the host.
5. Put ‘SecurityTypes=vnc’ in ~/.vnc/default.turbovnc on the client.
You could also replace ‘vnc’ with ‘otp’ to use a one-time password instead of a permanent VNC password or ‘none’ to use no authentication at all (not recommended if the network or host are shared.)
Hi,