Created
December 13, 2013 21:35
-
-
Save djmaze/7951751 to your computer and use it in GitHub Desktop.
Setting up the OATH HOTP applet on the Yubikey NEO with Arch Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install personalization tools | |
yaourt -S yubikey-personalization-gui-git | |
# Change the key's USB mode to 82 | |
sudo ykpersonalize -m 82 | |
# Install gpshell and cap file | |
yaourt -S ccid gpshell gppcscconnectionplugin | |
wget http://opensource.yubico.com/ykneo-oath/releases/ykneo-oath-0.2.1.cap | |
wget https://raw.github.com/Yubico/ykneo-oath/master/gpinstall.txt | |
sed -r -i 's/[^ ]+\.cap/ykneo-oath-0.2.1.cap/' gpinstall.txt | |
# Install applet on the key | |
sudo systemctl start pcscd | |
gpshell gpinstall.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment