1keylogout(1) User Commands keylogout(1)
2
3
4
6 keylogout - delete stored secret key with keyserv
7
9 /usr/bin/keylogout [-f]
10
11
13 keylogout deletes the key stored by the key server process keyserv(1M).
14 Further access to the key is revoked; however, current session keys
15 might remain valid until they expire or are refreshed.
16
17
18 Deleting the keys stored by keyserv causes any background jobs or
19 scheduled at(1) jobs that need secure RPC services to fail. Since only
20 one copy of the key is kept on a machine, it is a bad idea to place a
21 call to this command in your .logout file since it affects other ses‐
22 sions on the same machine.
23
24
25 If multiple NIS+ authentication mechanisms are configured for the sys‐
26 tem, then all keys stored by the key server process is deleted, includ‐
27 ing keys that are no longer configured.
28
30 The following options are supported:
31
32 -f Force keylogout to delete the secret key for the superuser. By
33 default, keylogout by the superuser is disallowed because it
34 would break all RPC services, such as NFS, that are started by
35 the superuser.
36
37
39 See attributes(5) for descriptions of the following attributes:
40
41
42
43
44 ┌───────────────────────────────────────────────────────────┐
45 │ ATTRIBUTE TYPE ATTRIBUTE VALUE │
46 │Availability SUNWcsu │
47 └───────────────────────────────────────────────────────────┘
48
50 at(1), chkey(1), login(1), keylogin(1), keyserv(1M), newkey(1M),
51 nisauthconf(1M), publickey(4), attributes(5)
52
54 NIS+ might not be supported in future releases of the Solaris operating
55 system. Tools to aid the migration from NIS+ to LDAP are available in
56 the current Solaris release. For more information, visit
57 http://www.sun.com/directory/nisplus/transition.html.
58
59
60
61SunOS 5.11 2 Dec 2005 keylogout(1)