[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.5

1.5     ! aaron       1: .\" $OpenBSD: skeyaudit.1,v 1.4 1999/06/05 01:21:40 aaron 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
1.4       aaron      16: .Nm
1.1       millert    17: searches through the file
1.5     ! aaron      18: .Pa /etc/skeykeys
1.1       millert    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.
1.5     ! aaron      24: .Pp
        !            25: The options are as follows:
1.1       millert    26: .Bl -tag -width "-l limit" -indent
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
1.4       aaron      36: The limit used to determine whether or not a user should
1.1       millert    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
1.3       aaron      42: S/Key key information database
1.1       millert    43: .El
                     44: .Sh SEE ALSO
1.3       aaron      45: .Xr skey 1 ,
                     46: .Xr skeyinit 1