Skip to content

Instantly share code, notes, and snippets.

@djmaze
Created December 13, 2013 21:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djmaze/7951751 to your computer and use it in GitHub Desktop.
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
# 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