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