1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 07:27:59 -08:00

Clarify man page

OK sobrado@ jmc@
This commit is contained in:
job 2020-07-08 10:41:38 +00:00
parent 3b2e389469
commit bdf34362d7

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: login_yubikey.8,v 1.9 2017/10/17 22:47:58 schwarze Exp $
.\" $OpenBSD: login_yubikey.8,v 1.10 2020/07/08 10:41:38 job Exp $
.\"
.\" Copyright (c) 2010 Daniel Hartmeier <daniel@benzedrine.cx>
.\" All rights reserved.
@ -27,12 +27,12 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd $Mdocdate: October 17 2017 $
.Dd $Mdocdate: July 8 2020 $
.Dt LOGIN_YUBIKEY 8
.Os
.Sh NAME
.Nm login_yubikey
.Nd provide YubiKey authentication type
.Nd provide YubiKey OTP authentication type
.Sh SYNOPSIS
.Nm login_yubikey
.Op Fl dv
@ -48,7 +48,7 @@ utility is called by
.Xr ftpd 8 ,
and others to authenticate the
.Ar user
with YubiKey authentication.
with the Yubico one-time password (OTP) authentication mechanism.
.Pp
The options are as follows:
.Bl -tag -width indent
@ -120,7 +120,7 @@ is stored as the new last-use counter, and the login is accepted.
.Sh FILES
.Bl -tag -width /var/db/yubikey
.It Pa /var/db/yubikey
Directory containing user entries for YubiKey.
Directory containing user entries for YubiKey OTP security keys.
.El
.Sh SEE ALSO
.Xr login 1 ,
@ -132,3 +132,7 @@ utility first appeared in
.Ox 5.1 .
.Sh AUTHORS
.An Daniel Hartmeier
.Sh CAVEATS
The
.Nm
utility does not implement the U2F/FIDO2 open authentication standard.