[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.4

1.4     ! millert     1: .\"    $OpenBSD: skeyinit.1,v 1.3 1996/06/26 05:39:23 deraadt 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.1       deraadt    37: .It Ar user
                     38: the username to be changed/added. By default the current user is
                     39: operated on.
1.4     ! millert    40: .It Fl 4
        !            41: Selects MD4 as the hash algorithm.
        !            42: .It Fl 5
        !            43: Selects MD5 as the hash algorithm.
1.1       deraadt    44: .Sh FILES
                     45: .Bl -tag -width /etc/skeykeys
                     46: .It Pa /etc/skeykeys
                     47: data base of information for S/Key system.
                     48: .Sh SEE ALSO
                     49: .Xr skey 1
                     50: .Sh AUTHORS
                     51: Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin