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

1.8     ! aaron       1: .\" $OpenBSD: skeyaudit.1,v 1.7 2000/07/06 04:06:55 aaron Exp $
1.1       millert     2: .\"
                      3: .Dd 22 July 1997
                      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.1       millert    16: searches through the file
1.5       aaron      17: .Pa /etc/skeykeys
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
                     28: .Pa /etc/skeykeys .
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
                     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