diff options
author | David Hill <dhill@cvs.openbsd.org> | 2012-01-26 20:05:23 +0000 |
---|---|---|
committer | David Hill <dhill@cvs.openbsd.org> | 2012-01-26 20:05:23 +0000 |
commit | 1651c3ea872a3ba93e1be48369d850afa691d759 (patch) | |
tree | be253c20852c9370fbeb79348cb85fb8ab4f69cb /share | |
parent | 3924155b8067b64bc989e3e57d4165631fb7e0ee (diff) |
mention YubiKey support.
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/login.conf.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index 4a1f8a64988..8c812a9d20c 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,10 +30,10 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.48 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: login.conf.5,v 1.49 2012/01/26 20:05:22 dhill Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" -.Dd $Mdocdate: September 3 2011 $ +.Dd $Mdocdate: January 26 2012 $ .Dt LOGIN.CONF 5 .Os .Sh NAME @@ -522,6 +522,11 @@ See Authenticate using a generic X9.9 token. See .Xr login_token 8 . +.\" +.It Li yubikey +Authenticate using a Yubico YubiKey token. +See +.Xr login_yubikey 8 . .El .Pp Local authentication styles may be added by creating a login script |