38,907
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 55: | Line 55: | ||
CCDB Yubikeys.png|Étape 8 | CCDB Yubikeys.png|Étape 8 | ||
</gallery> | </gallery> | ||
= Authentification = | = Authentification = | ||
Line 132: | Line 110: | ||
* Si vous avez configuré plusieurs appareils ou si vous avez généré des codes de contournement, utilisez cette autre méthode pour [https://ccdb.alliancecan.ca/multi_factor_authentications accéder à votre compte]. Dans la liste des appareils enregistrés, supprimez celui que vous avez perdu et enregistrez le nouvel appareil. | * Si vous avez configuré plusieurs appareils ou si vous avez généré des codes de contournement, utilisez cette autre méthode pour [https://ccdb.alliancecan.ca/multi_factor_authentications accéder à votre compte]. Dans la liste des appareils enregistrés, supprimez celui que vous avez perdu et enregistrez le nouvel appareil. | ||
* Si vous n’avez sauvegardé aucun code de contournement et que vous n’avez plus aucun des appareils que vous avez configurés, contactez le [[technical support/fr|soutien technique]]. | * Si vous n’avez sauvegardé aucun code de contournement et que vous n’avez plus aucun des appareils que vous avez configurés, contactez le [[technical support/fr|soutien technique]]. | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
= Advanced usage = | |||
== Configuring your YubiKey for Yubico OTP using the Command Line (<code>ykman</code>)== | |||
# Install the command line YubiKey Manager software (<code>ykman</code>) following instructions for your OS from Yubico's [https://docs.yubico.com/software/yubikey/tools/ykman/Install_ykman.html#download-ykman ykman guide]. | |||
# Insert your YubiKey and read key information with the command <code>ykman info</code>. | |||
# Read OTP information with the command <code>ykman otp info</code>. | |||
# Select the slot you wish to program and use the command <code>ykman otp yubiotp</code> to program it. | |||
# <b>Securely save a copy of the data in the Public ID, Private ID, and Secret Key fields. You will need the data for the next step.</b> | |||
# Log into the CCDB to register your YubiKey in the <i>[https://ccdb.alliancecan.ca/multi_factor_authentications Multifactor authentication management page]</i>. | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
:<source lang="console"> | |||
[name@yourLaptop]$ ykman otp yubiotp -uGgP vvcccctffclk 2 | |||
Using a randomly generated private ID: bc3dd98eaa12 | |||
Using a randomly generated secret key: ae012f11bc5a00d3cac00f1d57aa0b12 | |||
Upload credential to YubiCloud? [y/N]: y | |||
Upload to YubiCloud initiated successfully. | |||
Program an OTP credential in slot 2? [y/N]: y | |||
Opening upload form in browser: https://upload.yubico.com/proceed/4567ad02-c3a2-1234-a1c3-abe3f4d21c69 | |||
</source> | |||
</div> |