Mercurial > prosody-wiki
comparison mod_auth_internal_yubikey.wiki @ 167:caa297adfe14
Make a small amendment to the text about how OTPs work.
author | MWild1 |
---|---|
date | Thu, 17 Feb 2011 16:30:00 +0000 |
parents | 7a9c49166d91 |
children | 5523eda6e4e9 |
comparison
equal
deleted
inserted
replaced
166:7a9c49166d91 | 167:caa297adfe14 |
---|---|
3 | 3 |
4 = Introduction = | 4 = Introduction = |
5 | 5 |
6 A [http://www.yubico.com/yubikey YubiKey] is a small USB one-time-password (OTP) generator. | 6 A [http://www.yubico.com/yubikey YubiKey] is a small USB one-time-password (OTP) generator. |
7 | 7 |
8 The idea behind one-time-passwords is that they can, well, only be used once. After authenticating with an OTP the only way to log in again is to calculate the next one in the sequence and use that. The only (practical) way to generate this is by inserting the YubiKey and pressing its button. Acting as a USB keyboard it then "types" the OTP into the password prompt of your XMPP client. | 8 The idea behind one-time-passwords is that they can, well, only be used once. After authenticating with an OTP the only way to log in again is to calculate another one and use that. The only (practical) way to generate this is by inserting the (correct) Yubikey and pressing its button. Acting as a USB keyboard it then "types" the OTP into the password prompt of your XMPP client. |
9 | 9 |
10 = Details = | 10 = Details = |
11 | 11 |
12 This self-contained module handles all the authentication of Yubikeys, it does not for example depend on the Yubico authentication service, or on any external system service such as PAM. | 12 This self-contained module handles all the authentication of Yubikeys, it does not for example depend on the Yubico authentication service, or on any external system service such as PAM. |
13 | 13 |