TurboVNC / turbovnc

Main TurboVNC repository
https://TurboVNC.org
GNU General Public License v2.0
747 stars 137 forks source link

Allow settings passwords that are longer than 8 characters. #329

Closed ghost closed 2 years ago

ghost commented 2 years ago

As security is essential for customers. Longer password might be needed.

dcommander commented 2 years ago

The VNC password protocol doesn’t allow for more than eight characters. However, TurboVNC also supports authentication using Unix user/password credentials or one-time passwords or time-based one-time passwords. The TurboVNC Session Manager uses SSH for both encryption and primary authentication (and a one-time password for secondary authentication within the SSH tunnel), so that mode of operation is as secure as any SSH session.