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