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

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