8815 mega_sas: variable set but not used
[unleashed.git] / usr / src / man / man1 / keylogout.1
blobba440b1bec2202c9c6f124ca37ec872c6951ee8b
1 '\" te
2 .\" Copyright (C) 2005, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH KEYLOGOUT 1 "Feb 25, 2017"
7 .SH NAME
8 keylogout \- delete stored secret key with keyserv
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/bin/keylogout\fR [\fB-f\fR]
13 .fi
15 .SH DESCRIPTION
16 .LP
17 \fBkeylogout\fR deletes the key stored by the key server process
18 \fBkeyserv\fR(1M). Further access to the key is revoked; however, current
19 session keys might remain valid until they expire or are refreshed.
20 .sp
21 .LP
22 Deleting the keys stored by \fBkeyserv\fR causes any background jobs or
23 scheduled \fBat\fR(1) jobs that need secure RPC services to fail. Since only
24 one copy of the key is kept on a machine, it is a bad idea to place a call to
25 this command in your  \fB\&.logout\fR file since it affects other sessions on
26 the same machine.
27 .SH OPTIONS
28 .LP
29 The following options are supported:
30 .sp
31 .ne 2
32 .na
33 \fB\fB-f\fR\fR
34 .ad
35 .RS 6n
36 Force \fBkeylogout\fR to delete the secret key for the superuser. By default,
37 \fBkeylogout\fR by the superuser is disallowed because it would break all RPC
38 services, such as  \fBNFS,\fR that are started by the superuser.
39 .RE
41 .SH SEE ALSO
42 .LP
43 \fBat\fR(1), \fBchkey\fR(1), \fBlogin\fR(1), \fBkeylogin\fR(1),
44 \fBkeyserv\fR(1M), \fBnewkey\fR(1M), \fBpublickey\fR(4),
45 \fBattributes\fR(5)