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

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