Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / keylogout / keylogout.1
1 .\" $FreeBSD: src/usr.bin/keylogout/keylogout.1,v 1.4.2.2 2002/07/15 06:39:20 keramida Exp $
2 .\" $DragonFly: src/usr.bin/keylogout/keylogout.1,v 1.2 2003/06/17 04:29:27 dillon Exp $
3 .\" @(#)keylogout.1 1.4 91/03/11 TIRPC 1.0; from 1.3 89/07/26 SMI;
4 .Dd April 15, 1989
5 .Dt KEYLOGOUT 1
6 .Os
7 .Sh NAME
8 .Nm keylogout
9 .Nd delete stored secret key
10 .Sh SYNOPSIS
11 .Nm
12 .Op Fl f
13 .Sh DESCRIPTION
14 The
15 .Nm
16 utility deletes the key stored by the key server process
17 .Xr keyserv 8
18 to be used by any secure network services, such as NFS.
19 Further access to the key is revoked,
20 however current session keys may remain valid till they expire,
21 or are refreshed.
22 This option will cause any background jobs that need secure RPC
23 services to fail, and any scheduled
24 .Nm at
25 jobs that need the key to fail.
26 Also since only one copy is kept on a machine of the key,
27 it is a bad idea to place this in your
28 .Pa .logout
29 file since it will affect other sessions on the same machine.
30 .Pp
31 The following option is available:
32 .Bl -tag -width indent
33 .It Fl f
34 Forget the rootkey.
35 This will break secure NFS if it is done on a server.
36 .El
37 .Sh SEE ALSO
38 .Xr chkey 1 ,
39 .Xr keylogin 1 ,
40 .Xr login 1 ,
41 .Xr publickey 5 ,
42 .Xr keyserv 8 ,
43 .Xr newkey 8