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.2KB

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