still pretty pathetic
This commit is contained in:
parent
1a3b9af761
commit
d776e88230
@ -1,5 +1,5 @@
|
||||
.\" @(#)skey.1 1.1 10/28/93
|
||||
.\" $Id: skey.1,v 1.1 1994/05/24 06:47:59 deraadt Exp $
|
||||
.\" $Id: skey.1,v 1.2 1994/05/24 07:08:43 deraadt Exp $
|
||||
.\"
|
||||
.Dd 28 October 1993
|
||||
.Dt SKEY 1
|
||||
@ -14,10 +14,10 @@ computer systems. It uses 64 bits of information transformed by the
|
||||
MD4 algorithm. The user supplies the 64 bits in the form of 6 English
|
||||
words that are generated by a secure computer.
|
||||
Example use of the S/key program
|
||||
.Nm key :
|
||||
.Xr skey 1 :
|
||||
.sp
|
||||
.sp 0
|
||||
% key 99 th91334
|
||||
% skey 99 th91334
|
||||
.sp 0
|
||||
Enter password: <your secret password is entered here>
|
||||
.sp 0
|
||||
@ -25,25 +25,37 @@ Example use of the S/key program
|
||||
.sp 0
|
||||
%
|
||||
.Pp
|
||||
The programs that are part of the S/Key system are keyinit, key, and
|
||||
keyinfo. Keyinit is used to get your ID set up, key is
|
||||
used to get the one time password each time,
|
||||
keyinfo is used to extract information from the S/Key database.
|
||||
The programs that are part of the S/Key system are:
|
||||
.Bl -tag -width skeyinit...
|
||||
.It Xr skeyinit 1
|
||||
used to setup your S/Key.
|
||||
.It Xr skey 1
|
||||
used to get the one time password each time.
|
||||
.It Xr keyinfo 1
|
||||
used to extract information from the S/Key database.
|
||||
It tells you what your next challenge will be.
|
||||
.El
|
||||
.Pp
|
||||
When you run "keyinit" you inform the system of your
|
||||
secret password. Running "key" then generates the
|
||||
When you run
|
||||
.Xr skeyinit 1
|
||||
you inform the system of your
|
||||
secret password. Running
|
||||
.Xr skey 1
|
||||
then generates the
|
||||
one-time passwords, and also requires your secret
|
||||
password. If however, you misspell your password
|
||||
while running "key", you will get a list of passwords
|
||||
while running
|
||||
.Xr skey 1 ,
|
||||
you will get a list of passwords
|
||||
that will not work, and no indication about the problem.
|
||||
.Pp
|
||||
Password sequence numbers count backward from 99. If you
|
||||
don't know this, the syntax for "key" will be confusing.
|
||||
You can enter the passwords using small letters, even
|
||||
though the "key" program gives them in caps.
|
||||
Password sequence numbers count backward from 99.
|
||||
You can enter the passwords using small letters, even though
|
||||
.Xr skey 1
|
||||
prints them capitalized.
|
||||
.Sh SEE ALSO
|
||||
.Xr keyinit 1 ,
|
||||
.Xr key 1 ,
|
||||
.Xr skeyinit 1 ,
|
||||
.Xr skey 1 ,
|
||||
.Xr keyinfo 1
|
||||
.Sh AUTHORS
|
||||
Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin
|
||||
|
Loading…
Reference in New Issue
Block a user