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