Mdoc'ify man page.

This commit is contained in:
Philippe Charnier 1997-07-17 06:44:11 +00:00
parent 34d890bafe
commit 2eecfa7416
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27471
2 changed files with 48 additions and 51 deletions

View File

@ -1,25 +1,27 @@
.\" @(#)keylogin.1 1.5 91/03/11 TIRPC 1.0;
.\" Copyright (c) 1988 Sun Microsystems, Inc. - All Rights Reserved.
.\"
.TH KEYLOGIN 1 "9 September 1987"
.SH NAME
keylogin \- decrypt and store secret key
.SH SYNOPSIS
.B keylogin
.SH DESCRIPTION
.LP
.B keylogin
.Dd September 9, 1987
.Dt KEYLOGIN 1
.Os
.Sh NAME
.Nm keylogin
.Nd decrypt and store secret key
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm Keylogin
prompts the user for their login password, and uses it to decrypt
the user's secret key stored in the
.BR publickey (5)
.Xr publickey 5
database. Once decrypted, the user's key is stored by the local
key server process
.BR keyserv (8C)
to be used by any secure network services, such as
.SM NFS\s0.
.SH "SEE ALSO"
.BR chkey (1),
.BR login (1),
.BR publickey (5),
.BR keyserv (8C),
.BR newkey (8)
.Xr keyserv 8
to be used by any secure network services, such as NFS.
.Sh SEE ALSO
.Xr chkey 1 ,
.Xr keylogout 1 ,
.Xr login 1 ,
.Xr publickey 5 ,
.Xr keyserv 8 ,
.Xr newkey 8

View File

@ -1,44 +1,39 @@
.\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI;
.TH KEYLOGOUT 1 "15 April 1989"
.SH NAME
keylogout \- delete stored secret key
.SH SYNOPSIS
.B keylogout
[
.B \-f
]
.SH DESCRIPTION
.IX "keylogout command" "" "\fLkeylogout\fR command"
.LP
.B keylogout
.Dd April 15, 1989
.Dt KEYLOGOUT 1
.Os
.Sh NAME
.Nm keylogout
.Nd delete stored secret key
.Sh SYNOPSIS
.Nm
.Op Fl f
.Sh DESCRIPTION
.Nm Keylogout
deletes the key stored by the key server process
.BR keyserv (8C)
to be used by any secure network services, such as
.SM NFS\s0.
.Xr keyserv 8
to be used by any secure network services, such as NFS.
Further access to the key is revoked,
however current session keys may remain valid till they expire,
or are refreshed.
This option will cause any background jobs that need secure
.SM RPC
This option will cause any background jobs that need secure RPC
services to fail, and any scheduled
.B at
.Nm at
jobs that need the key to fail.
Also since only one copy is kept on a machine of the key,
it is a bad idea to place this in your
.B .logout
.Pa .logout
file since it will affect other sessions on the same machine.
.SH OPTIONS
.TP
.B \-f
.Sh OPTIONS
.Bl -tag -width indent
.It Fl f
Forget the rootkey.
This will break secure
.SM NFS\s0
if it is done on a server.
.LP
.SH "SEE ALSO"
.BR chkey (1),
.BR login (1),
.BR keylogin (1),
.BR publickey (5),
.BR keyserv (8C),
.BR newkey (8)
This will break secure NFS if it is done on a server.
.El
.Sh SEE ALSO
.Xr chkey 1 ,
.Xr keylogin 1 ,
.Xr login 1 ,
.Xr publickey 5 ,
.Xr keyserv 8 ,
.Xr newkey 8