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