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

1.4     ! millert     1: .\" $OpenBSD: skeyinfo.1,v 1.3 2000/03/11 21:40:02 aaron Exp $
1.1       millert     2: .\"
1.4     ! millert     3: .Dd 17 June 2001
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:
                     19: .Bl -tag -width Ds
                     20: .It Fl v
                     21: Print the hash algorithm as well.
                     22: .El
                     23: .Sh EXAMPLES
1.1       millert    24: % skey -n <number of passwords to print> `skeyinfo` | lpr
1.3       aaron      25: .Pp
1.1       millert    26: This would print out a list of S/Key passwords for use over
                     27: an untrusted network (perhaps for use at a conference).
                     28: .Sh SEE ALSO
1.2       aaron      29: .Xr skey 1 ,
                     30: .Xr skeyinit 1
1.4     ! millert    31: .Sh CAVEATS
        !            32: If the user does not have an entry in the S/Key database a fake
        !            33: challenge will be printed.