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