]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/keylogin/keylogin.1
Update capsicum-test to git commit f4d97414d48b8f8356b971ab9f45dc5c70d53c40
[FreeBSD/FreeBSD.git] / usr.bin / keylogin / keylogin.1
1 .\" @(#)keylogin.1 1.5 91/03/11 TIRPC 1.0;
2 .\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
3 .\" $FreeBSD$
4 .\"
5 .Dd September 9, 1987
6 .Dt KEYLOGIN 1
7 .Os
8 .Sh NAME
9 .Nm keylogin
10 .Nd decrypt and store secret key
11 .Sh SYNOPSIS
12 .Nm
13 .Sh DESCRIPTION
14 The
15 .Nm
16 utility prompts the user for their login password, and uses it to decrypt
17 the user's secret key stored in the
18 .Xr publickey 5
19 database.
20 Once decrypted, the user's key is stored by the local
21 key server process
22 .Xr keyserv 8
23 to be used by any secure network services, such as NFS.
24 .Sh SEE ALSO
25 .Xr chkey 1 ,
26 .Xr keylogout 1 ,
27 .Xr login 1 ,
28 .Xr publickey 5 ,
29 .Xr keyserv 8 ,
30 .Xr newkey 8