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