blob: ab5e76161ddc40a9b088dca9a09cbd85cde1abea [file] [log] [blame]
Constantin Kaplinsky47ed8d32004-10-08 09:43:57 +00001.TH vncpasswd 1 "29 July 2003" "RealVNC Ltd" "Virtual Network Computing"
2.SH NAME
3vncpasswd \- change a VNC password
4.SH SYNOPSIS
5.B vncpasswd
6.RI [ passwd-file ]
7.SH DESCRIPTION
8.B vncpasswd
9allows you to set the password used to access VNC desktops. It stores an
10obfuscated version of the password in the given file (default
11$HOME/.vnc/passwd). The \fBvncserver\fP script runs \fBvncpasswd\fP the first
12time you start a VNC desktop, and invokes \fBXvnc\fP with the appropriate
13\fB\-rfbauth\fP option. \fBvncviewer\fP can also be given a password file to
14use via the \fB\-passwd\fP option.
15
16The password must be at least six characters long, and only the first eight
17characters are significant. Note that the stored password is \fBnot\fP
18encrypted securely - anyone who has access to this file can trivially find out
19the plaintext password, so \fBvncpasswd\fP always sets appropriate permissions
20(read and write only by the owner). However, when accessing a VNC desktop a
21challenge-response mechanism is used over the wire making it hard for anyone to
22crack the password simply by snooping on the network.
23
24.SH FILES
25.TP
26$HOME/.vnc/passwd
27Default location of the VNC password file.
28
29.SH SEE ALSO
30.BR vncviewer (1),
31.BR vncserver (1),
32.BR Xvnc (1)
33.BR vncconfig (1),
34.br
35http://www.realvnc.com
36
37.SH AUTHOR
38Tristan Richardson, RealVNC Ltd.
39
40VNC was originally developed by the RealVNC team while at Olivetti Research Ltd
41/ AT&T Laboratories Cambridge. It is now being maintained by RealVNC Ltd. See
42http://www.realvnc.com for details.