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

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
                     13: .Op Ar user
                     14: .Sh DESCRIPTION
                     15: .Nm skeyinit
                     16: will initialize the system information to allow a user to use
                     17: their S/Key to login.
                     18: You should use a secure login connection to generate
                     19: your first one time password.
                     20: .Sh OPTIONS
                     21: .Bl -tag -width Ds
                     22: .It Fl s
                     23: allows the user to set the seed and count for complete control
                     24: of the parameters.
                     25: To do this run skeyinit in one window and put in your count and seed;
                     26: then run
                     27: .Nm skey
                     28: in another window to generate the correct 6 english words
                     29: for that count and seed.
                     30: You can then "cut-and-paste" or type the words into the skeyinit window.
                     31: .It Ar user
                     32: the username to be changed/added. By default the current user is
                     33: operated on.
                     34: .Sh FILES
                     35: .Bl -tag -width /etc/skeykeys
                     36: .It Pa /etc/skeykeys
                     37: data base of information for S/Key system.
                     38: .Sh SEE ALSO
                     39: .Xr skey 1
                     40: .Sh AUTHORS
                     41: Phil Karn, Neil M. Haller, John S. Walden, Scott Chasin