[BACK]Return to skeyaudit.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / skeyaudit

File: [local] / src / usr.bin / skeyaudit / skeyaudit.1 (download)

Revision 1.2, Thu Jul 24 03:43:58 1997 UTC (26 years, 10 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +8 -1 lines

Add -a (audit all users) flag and do our pipes.

.\" $OpenBSD: skeyaudit.1,v 1.2 1997/07/24 03:43:58 millert 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
The S/Key key information database
.El
.Sh SEE ALSO
.Xr skeyinit 1 ,
.Xr skey 1