cc_staff
8
edits
No edit summary |
No edit summary |
||
Line 64: | Line 64: | ||
CCDB Yubikeys.png|Step 8 | CCDB Yubikeys.png|Step 8 | ||
</gallery> | </gallery> | ||
=== 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 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 before you click on <i>Finish</i>, as 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>. | |||
:<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> | |||
= Using your second factor = <!--T:9--> | = Using your second factor = <!--T:9--> |