blob: 8b4b26ec622159e12d61497f9442c0991b63cbf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
.\" $OpenBSD: skeyaudit.1,v 1.3 1998/09/27 16:57:53 aaron Exp $
.\"
.\"
.Dd 22 July 1997
.Dt SKEYAUDIT 1
.Os
.Sh NAME
.Nm skeyaudit
.Nd warn users if their S/Key will soon expire
.Sh SYNOPSIS
.Nm skeyaudit
.Op Fl a
.Op Fl i
.Op Fl l Ar limit
.Sh DESCRIPTION
.Nm skeyaudit
searches through the file
.Dq Pa /etc/skeykeys
for users whose S/Key sequence number is less than
.Ar limit ,
and mails them a reminder to run
.Xr skeyinit 1
soon.
.Sh OPTIONS
.Bl -tag -width "-l limit" -indent
The available options are as follows:
.It Fl a
Check all keys in
.Pa /etc/skeykeys .
This option is only available to the super user and
is useful to run regularly via
.Xr cron 8 .
.It Fl i
Interactive mode. Don't send mail, just print to standard output.
.It Fl l Ar limit
The limit used to determine whether or not a user should
be notified. The default is to notify if there are fewer
than 12 keys left.
.Sh FILES
.Bl -tag -width /etc/skeykeys -compact
.It Pa /etc/skeykeys
S/Key key information database
.El
.Sh SEE ALSO
.Xr skey 1 ,
.Xr skeyinit 1
|