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

Annotation of src/usr.bin/skeyaudit/skeyaudit.1, Revision 1.2

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