Initial import from FreeBSD RELENG_4:
[dragonfly.git] / lib / libc / rpc / publickey.5
1 .\" $FreeBSD: src/lib/libc/rpc/publickey.5,v 1.5.2.1 2001/01/18 10:20:24 ru Exp $
2 .\" @(#)publickey.5     2.1 88/08/07 4.0 RPCSRC; from 1.6 88/02/29 SMI;
3 .Dd October 19, 1987
4 .Dt PUBLICKEY 5
5 .Os
6 .Sh NAME
7 .Nm publickey
8 .Nd "public key database"
9 .Sh SYNOPSIS
10 .Pa /etc/publickey
11 .Sh DESCRIPTION
12 .Pa /etc/publickey
13 is the public key database used for secure
14 networking.
15 Each entry in
16 the database consists of a network user
17 name (which may either refer to
18 a user or a hostname), followed by the user's
19 public key (in hex
20 notation), a colon, and then the user's
21 secret key encrypted with
22 its login password (also in hex notation).
23 .Pp
24 This file is altered either by the user through the
25 .Xr chkey 1
26 command or by the system administrator through the
27 .Xr newkey 8
28 command.
29 The file
30 .Pa /etc/publickey
31 should only contain data on the
32 .Tn NIS
33 master machine, where it
34 is converted into the
35 .Tn NIS
36 database
37 .Pa publickey.byname .
38 .Sh SEE ALSO
39 .Xr chkey 1 ,
40 .Xr publickey 3 ,
41 .Xr newkey 8 ,
42 .Xr ypupdated 8