summaryrefslogtreecommitdiff
path: root/usr.bin/skeyinfo/skeyinfo.1
blob: f7f60bf1db7fff91b16739d3cb12687efd862ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" $OpenBSD: skeyinfo.1,v 1.2 1998/09/27 16:57:53 aaron Exp $
.\"
.Dd 22 July 1997
.Dt SKEYINFO 1
.Os
.Sh NAME
.Nm skeyinfo
.Nd obtain the next S/Key challenge for a user
.Sh SYNOPSIS
.Nm skeyinfo
.Op Fl v
.Op Ar user
.Sh DESCRIPTION
.Nm skeyinfo
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
% skey -n <number of passwords to print> `skeyinfo` | lpr
.sp
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
.Xr skey 1 ,
.Xr skeyinit 1