diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-11 21:40:09 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-11 21:40:09 +0000 |
commit | 80e5779001a9337a84f29f2a1e46f0022fb98026 (patch) | |
tree | e15e37ecf0918c142b82398da2f0dee4a897b4ca /usr.bin/skeyinfo | |
parent | d7d5044e2ea6ec17428055f7a436dfe704ec1fb7 (diff) |
Various cleanups and standardizations.
Diffstat (limited to 'usr.bin/skeyinfo')
-rw-r--r-- | usr.bin/skeyinfo/skeyinfo.1 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/usr.bin/skeyinfo/skeyinfo.1 b/usr.bin/skeyinfo/skeyinfo.1 index f7f60bf1db7..7e1d4f29528 100644 --- a/usr.bin/skeyinfo/skeyinfo.1 +++ b/usr.bin/skeyinfo/skeyinfo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: skeyinfo.1,v 1.2 1998/09/27 16:57:53 aaron Exp $ +.\" $OpenBSD: skeyinfo.1,v 1.3 2000/03/11 21:40:02 aaron Exp $ .\" .Dd 22 July 1997 .Dt SKEYINFO 1 @@ -11,14 +11,18 @@ .Op Fl v .Op Ar user .Sh DESCRIPTION -.Nm skeyinfo +.Nm prints out the next S/Key challenge for the specified user or for the -current user if no user is specified. If the -.Fl v -flag is given, the hash algorithm is printed as well. -.Sh EXAMPLE +current user if no user is specified. +.Pp +The options are as follows: +.Bl -tag -width Ds +.It Fl v +Print the hash algorithm as well. +.El +.Sh EXAMPLES % skey -n <number of passwords to print> `skeyinfo` | lpr -.sp +.Pp This would print out a list of S/Key passwords for use over an untrusted network (perhaps for use at a conference). .Sh SEE ALSO |