Initial import from FreeBSD RELENG_4:
[games.git] / usr.bin / key / key.1
1 .\"     from: @(#)key.1 1.0 (Bellcore) 12/2/91
2 .\" $FreeBSD: src/usr.bin/key/key.1,v 1.5.2.2 2001/03/06 12:52:43 ru Exp $
3 .\"
4 .Dd December 2, 1991
5 .Dt KEY 1
6 .Os
7 .Sh NAME
8 .Nm key
9 .Nd stand-alone program for computing responses to S/Key challenges
10 .Sh SYNOPSIS
11 .Nm
12 .Op Fl n Ar count
13 .Ar sequence
14 .Ar key 
15 .Sh DESCRIPTION
16 .Nm Key
17 takes the optional count of the number of one time access 
18 passwords to print
19 along with a (maximum) sequence number and key as command line arguments, 
20 it prompts for the user's secret password, and produces both word 
21 and hex format responses.
22 .Pp
23 The following option is available:
24 .Bl -tag -width Fl
25 .It Fl n Ar count
26 The number of one time access passwords to print.
27 The default is 1.
28 .El
29 .Sh EXAMPLES
30 Usage example:
31 .Bd -literal -offset indent -compact
32 >key -n 5 99 th91334
33 Enter password: <your secret password is entered here>
34 OMEN US HORN OMIT BACK AHOY
35 \&.... 4 more passwords.
36 >
37 .Ed
38 .Sh SEE ALSO
39 .Xr keyinfo 1 ,
40 .Xr keyinit 1 ,
41 .Xr skey 1
42 .\" .BR keysu(1),
43 .Sh AUTHORS
44 .An -nosplit
45 Command by
46 .An Phil Karn ,
47 .An Neil M. Haller ,
48 .An John S. Walden
49 .Sh CONTACT
50 .Aq staff@thumper.bellcore.com