1130b656e5
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
51 lines
1.2 KiB
Groff
51 lines
1.2 KiB
Groff
.ll 6i
|
|
.pl 10.5i
|
|
.\" from: @(#)keyinfo.1 1.1 (Bellcore) 7/20/93
|
|
.\" $FreeBSD$
|
|
.\"
|
|
.lt 6.0i
|
|
.TH KEYINFO 1 "26 April 1996"
|
|
.AT 3
|
|
.SH NAME
|
|
keyinfo \- display current S/Key sequence number and seed
|
|
.SH SYNOPSIS
|
|
.B keyinfo [username]
|
|
.SH DESCRIPTION
|
|
.I keyinfo
|
|
takes an optional user name and displays the user\'s current sequence
|
|
number and seed found in the S/Key database /etc/skeykeys.
|
|
.sp 1
|
|
The command can be useful when generating a list of passwords for use
|
|
on a field trip, by combining with the command
|
|
.I key
|
|
in the form:
|
|
.sp
|
|
> key \-n <number of passwords> `keyinfo`|lpr
|
|
.SH EXAMPLE
|
|
.sh
|
|
Usage example:
|
|
.sp 0
|
|
> keyinfo
|
|
.sp 0
|
|
0098 ws91340
|
|
.LP
|
|
.SH ARGUMENTS
|
|
.TP
|
|
.B username
|
|
The S/key user to display the information for. The default is
|
|
to display S/Key information on the user who invokes the command.
|
|
.SH DIAGNOSTICS
|
|
.I keyinfo
|
|
exits with status 0 if a key for the requested user has been found,
|
|
else with status 1.
|
|
.SH SEE ALSO
|
|
.BR keyinit(1),
|
|
.BR key(1)
|
|
.SH AUTHOR
|
|
Original command by Phil Karn, Neil M. Haller, John S. Walden.
|
|
Rewritten in Perl by
|
|
.ie t J\(:org \%Wunsch
|
|
.el Joerg Wunsch
|
|
so it can be made setuid, and the S/Key keys file can be read-protected
|
|
from the users.
|