[BACK]Return to skeyinit.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / skeyinit

Annotation of src/usr.bin/skeyinit/skeyinit.1, Revision 1.6

1.6     ! millert     1: .\"    $OpenBSD: skeyinit.1,v 1.5 1996/09/29 21:51:03 millert Exp $
1.1       deraadt     2: .\"    $NetBSD: skeyinit.1,v 1.4 1995/07/07 22:24:09 jtc Exp $
                      3: .\"    @(#)skeyinit.1  1.1     10/28/93
                      4: .\"
                      5: .Dd 28 October 1993
                      6: .Dt SKEYINIT 1
                      7: .Os NetBSD 4
                      8: .Sh NAME
                      9: .Nm S/key
                     10: .Nd change password or add user to S/Key authentication system.
                     11: .Sh SYNOPSIS
                     12: .Nm skeyinit
                     13: .Op Fl s
1.2       deraadt    14: .Op Fl z
1.1       deraadt    15: .Op Ar user
                     16: .Sh DESCRIPTION
                     17: .Nm skeyinit
                     18: will initialize the system information to allow a user to use
                     19: their S/Key to login.
                     20: You should use a secure login connection to generate
                     21: your first one time password.
                     22: .Sh OPTIONS
                     23: .Bl -tag -width Ds
1.4       millert    24: .It Fl x
                     25: displays pass phrase in hexidecimal instead of ASCII.
1.1       deraadt    26: .It Fl s
                     27: allows the user to set the seed and count for complete control
                     28: of the parameters.
                     29: To do this run skeyinit in one window and put in your count and seed;
                     30: then run
                     31: .Nm skey
                     32: in another window to generate the correct 6 english words
                     33: for that count and seed.
                     34: You can then "cut-and-paste" or type the words into the skeyinit window.
1.2       deraadt    35: .It Fl z
                     36: allows the user to zero their S/Key entry.
1.5       millert    37: .It Fl md4
                     38: Selects MD4 as the hash algorithm.
                     39: .It Fl md5
                     40: Selects MD5 as the hash algorithm.
                     41: .It Fl sha1
1.6     ! millert    42: Selects SHA (NIST Secure Hash Algorithm Revision 1) as the hash algorithm.
1.1       deraadt    43: .It Ar user
                     44: the username to be changed/added. By default the current user is
                     45: operated on.
                     46: .Sh FILES
                     47: .Bl -tag -width /etc/skeykeys
                     48: .It Pa /etc/skeykeys
                     49: data base of information for S/Key system.
                     50: .Sh SEE ALSO
                     51: .Xr skey 1
                     52: .Sh AUTHORS
                     53: Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin