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