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