[BACK]Return to skeyprune.8 CVS log [TXT][DIR] Up to [local] / src / usr.bin / skey

File: [local] / src / usr.bin / skey / skeyprune.8 (download)

Revision 1.2, Mon Sep 22 05:15:05 1997 UTC (26 years, 8 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +2 -2 lines

Fix .Os

.\" $OpenBSD: skeyprune.8,v 1.2 1997/09/22 05:15:05 millert Exp $
.\"
.\"
.Dd 27 Sep 1996
.Dt SKEYPRUNE 8
.Os
.Sh NAME
.Nm skeyprune
.Nd prune commented out and old entries from keys file
.Sh SYNOPSIS
.Nm skeyprune
.Op Ar days
.Sh DESCRIPTION
.Nm skeyprune
searches through the file
.Dq Pa /etc/skeykeys
and prunes out users who have zeroed they entries via
.Xr skeyinit 1
as well as entries that have not been modified in
.Ar days
days.  If
.Ar days
is not specified only commented out entries are pruned.
.Sh FILES
.Bl -tag -width /etc/skeykeys -compact
.It Pa /etc/skeykeys
The S/Key key information database
.El
.Sh SEE ALSO
.Xr skeyinit 1 ,
.Xr skey 1
.Sh BUGS
Since
.Nm skeyprune
rewrites
.Dq Pa /etc/skeykeys ,
there is a window where S/Key changes could get lost.
It is therefore suggested that
.Nm skeyprune
be run at a time when users are unlikely to be active.