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

Annotation of src/usr.bin/skeyinfo/skeyinfo.1, Revision 1.9

1.9     ! jmc         1: .\" $OpenBSD: skeyinfo.1,v 1.8 2005/07/06 21:55:48 jmc Exp $
1.1       millert     2: .\"
1.9     ! jmc         3: .Dd $Mdocdate$
1.1       millert     4: .Dt SKEYINFO 1
                      5: .Os
                      6: .Sh NAME
                      7: .Nm skeyinfo
                      8: .Nd obtain the next S/Key challenge for a user
                      9: .Sh SYNOPSIS
                     10: .Nm skeyinfo
                     11: .Op Fl v
                     12: .Op Ar user
                     13: .Sh DESCRIPTION
1.3       aaron      14: .Nm
1.1       millert    15: prints out the next S/Key challenge for the specified user or for the
1.3       aaron      16: current user if no user is specified.
                     17: .Pp
                     18: The options are as follows:
1.6       millert    19: .Bl -tag -width Ds
1.3       aaron      20: .It Fl v
                     21: Print the hash algorithm as well.
                     22: .El
1.7       jmc        23: .Sh FILES
                     24: .Bl -tag -width /etc/skey
                     25: .It Pa /etc/skey
                     26: directory containing user entries for S/Key
                     27: .El
1.3       aaron      28: .Sh EXAMPLES
1.8       jmc        29: $ skey -n \*(Ltnumber of passwords to print\*(Gt `skeyinfo` \*(Ba lpr
1.3       aaron      30: .Pp
1.1       millert    31: This would print out a list of S/Key passwords for use over
                     32: an untrusted network (perhaps for use at a conference).
1.6       millert    33: .Sh ERRORS
                     34: .Bl -tag -width Ds
                     35: .It cannot open /etc/skey/user
                     36: The user does not have an entry in
                     37: .Pa /etc/skey
                     38: or access to the S/Key database has been disabled.
                     39: The database can be enabled with the
                     40: .Xr skeyinit 1
                     41: program.
                     42: .It user is not listed in /etc/skey
                     43: The S/Key database is enabled but the user does not have an entry in it.
                     44: The
                     45: .Xr skeyinit 1
                     46: program can be used to create an entry for the user.
                     47: .El
1.1       millert    48: .Sh SEE ALSO
1.2       aaron      49: .Xr skey 1 ,
                     50: .Xr skeyinit 1