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

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