Skip to content

Commit

Permalink
Viewer: Tweak EncPassword parameter documentation
Browse files Browse the repository at this point in the history
(to improve readability)
  • Loading branch information
dcommander committed Jan 29, 2025
1 parent 411ec9e commit f24eaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/com/turbovnc/rfb/Params.java
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ public void save(String node) {
"the VNC server. You can generate an ASCII hex encrypted password on a " +
"TurboVNC host by executing\n " +

"'echo {unencrypted_password} | /opt/TurboVNC/bin/vncpasswd -f | xxd -c 256 -ps'\n " +
"echo {unencrypted_password} | /opt/TurboVNC/bin/vncpasswd -f | xxd -c 256 -ps\n " +

"This parameter allows a password to be supplied to the TurboVNC Viewer " +
"without exposing the password as plain text. However, the encryption " +
Expand Down

0 comments on commit f24eaec

Please sign in to comment.