xref: /dragonfly/usr.bin/keylogout/keylogout.1 (revision 0db87cb7)
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
14The
15.Nm
16utility deletes the key stored by the key server process
17.Xr keyserv 8
18to be used by any secure network services, such as NFS.
19Further access to the key is revoked,
20however current session keys may remain valid till they expire,
21or are refreshed.
22This option will cause any background jobs that need secure RPC
23services to fail, and any scheduled
24.Nm at
25jobs that need the key to fail.
26Also since only one copy is kept on a machine of the key,
27it is a bad idea to place this in your
28.Pa .logout
29file since it will affect other sessions on the same machine.
30.Pp
31The following option is available:
32.Bl -tag -width indent
33.It Fl f
34Forget the rootkey.
35This 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
44