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

1.3     ! aaron       1: .\" $OpenBSD: skeyinfo.1,v 1.2 1998/09/27 16:57:53 aaron Exp $
1.1       millert     2: .\"
                      3: .Dd 22 July 1997
                      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