0b29a94530
This program is used to remove your secret key from the local keyserv daemon.
45 lines
1.0 KiB
Groff
45 lines
1.0 KiB
Groff
.\" @(#)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
|
|
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.
|
|
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
|
|
services to fail, and any scheduled
|
|
.B 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
|
|
file since it will affect other sessions on the same machine.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-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)
|