freebsd-dev/usr.bin/keylogout/keylogout.1

41 lines
999 B
Groff
Raw Normal View History

.\" $Id$
.\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI;
1997-07-17 06:44:11 +00:00
.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
1997-07-17 06:44:11 +00:00
.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.
1997-07-17 06:44:11 +00:00
This option will cause any background jobs that need secure RPC
services to fail, and any scheduled
1997-07-17 06:44:11 +00:00
.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
1997-07-17 06:44:11 +00:00
.Pa .logout
file since it will affect other sessions on the same machine.
1997-07-17 06:44:11 +00:00
.Sh OPTIONS
.Bl -tag -width indent
.It Fl f
Forget the rootkey.
1997-07-17 06:44:11 +00:00
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