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