xref: /openbsd/usr.bin/skeyinfo/skeyinfo.1 (revision 133306f0)
1.\" $OpenBSD: skeyinfo.1,v 1.3 2000/03/11 21:40:02 aaron Exp $
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
14.Nm
15prints out the next S/Key challenge for the specified user or for the
16current user if no user is specified.
17.Pp
18The options are as follows:
19.Bl -tag -width Ds
20.It Fl v
21Print the hash algorithm as well.
22.El
23.Sh EXAMPLES
24% skey -n <number of passwords to print> `skeyinfo` | lpr
25.Pp
26This would print out a list of S/Key passwords for use over
27an untrusted network (perhaps for use at a conference).
28.Sh SEE ALSO
29.Xr skey 1 ,
30.Xr skeyinit 1
31