51 lines
1.2 KiB
Groff
51 lines
1.2 KiB
Groff
.\" @(#)key.1 1.1 10/28/93
|
|
.\" $Id: key.1,v 1.1 1994/05/24 06:47:46 deraadt Exp $
|
|
.\"
|
|
.Dd 28 October 1993
|
|
.Dt KEY 1
|
|
.Os NetBSD 4
|
|
.Sh NAME
|
|
.Nm key
|
|
.Nd stand\-alone program for computing responses to S/Key challenges.
|
|
.Sh SYNOPSIS
|
|
.Nm key
|
|
.Op FL n Ar count
|
|
.Op Fl p Ar password
|
|
.Op Ar sequence
|
|
.Op Ar key
|
|
.Sh DESCRIPTION
|
|
.Nm key
|
|
Takes the optional count of the number of one time access
|
|
passwords to print
|
|
along with a (maximum) sequence number and key as command line args,
|
|
it prompts for the user's secret password (if not used on command line),
|
|
and produces both word and hex format responses.
|
|
.Sh EXAMPLE
|
|
.sh
|
|
.sp 0
|
|
% key \-n 5 99 th91334
|
|
.sp 0
|
|
Enter password: <your secret password is entered here>
|
|
.sp 0
|
|
OMEN US HORN OMIT BACK AHOY
|
|
.sp 0
|
|
.... 4 more passwords.
|
|
.sp 0
|
|
%
|
|
.Sh OPTIONS
|
|
.Bl -tag -width Ds
|
|
.It Fl n Ar count
|
|
the number of one time access passwords to print.
|
|
The default is one.
|
|
.It Fl p Ar password
|
|
user's secret password.
|
|
.Sh BUGS
|
|
It is an obvious security hazard to enter your secret password on
|
|
the command line (-p option).
|
|
.Sh SEE ALSO
|
|
.Xr skey 1 ,
|
|
.Xr keyinit 1 ,
|
|
.Xr keyinfo 1
|
|
.Sh AUTHOR
|
|
Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin
|