You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

vncpasswd.man 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .TH vncpasswd 1 "" "TigerVNC" "Virtual Network Computing"
  2. .SH NAME
  3. vncpasswd \- change the VNC password
  4. .SH SYNOPSIS
  5. \fBvncpasswd\fR [\fIpasswd-file\fR]
  6. .br
  7. \fBvncpasswd\fR \-f
  8. .SH DESCRIPTION
  9. .B vncpasswd
  10. allows you to set the password used to access VNC desktops. Its default
  11. behavior is to prompt for a VNC password and then store an obfuscated version
  12. of this password to \fIpasswd-file\fR (or to $HOME/.vnc/passwd if no password
  13. file is specified.) The \fBvncserver\fP script runs \fBvncpasswd\fP the first
  14. time you start a VNC desktop, and it invokes \fBXvnc\fP with the appropriate
  15. \fB\-rfbauth\fP option. \fBvncviewer\fP can also be given a password file to
  16. use via the \fB\-passwd\fP option.
  17. The password must be at least six characters long (unless the \fB\-f\fR
  18. command-line option is used-- see below), and only the first eight
  19. characters are significant. Note that the stored password is \fBnot\fP
  20. encrypted securely - anyone who has access to this file can trivially find out
  21. the plain-text password, so \fBvncpasswd\fP always sets appropriate permissions
  22. (read and write only by the owner.) However, when accessing a VNC desktop, a
  23. challenge-response mechanism is used over the wire making it hard for anyone to
  24. crack the password simply by snooping on the network.
  25. .SH OPTIONS
  26. .TP
  27. .B \-f
  28. Filter mode. Read a plain-text password from stdin and write an encrypted
  29. version to stdout. Note that in filter mode, short or even empty passwords
  30. will be silently accepted.
  31. A view-only password must be separated from the normal password by a newline
  32. character.
  33. .SH FILES
  34. .TP
  35. $HOME/.vnc/passwd
  36. Default location of the VNC password file.
  37. .SH SEE ALSO
  38. .BR vncviewer (1),
  39. .BR vncserver (1),
  40. .BR Xvnc (1)
  41. .BR vncconfig (1),
  42. .br
  43. https://www.tigervnc.org
  44. .SH AUTHORS
  45. Tristan Richardson, RealVNC Ltd., Antoine Martin, D. R. Commander and others.
  46. VNC was originally developed by the RealVNC team while at Olivetti
  47. Research Ltd / AT&T Laboratories Cambridge. TightVNC additions were
  48. implemented by Constantin Kaplinsky. Many other people have since
  49. participated in development, testing and support. This manual is part
  50. of the TigerVNC software suite.