Skip to content

Instantly share code, notes, and snippets.

@yackermann
Created March 13, 2015 23:29
Show Gist options
  • Save yackermann/4f967e5a90b7e8fab1c4 to your computer and use it in GitHub Desktop.
Save yackermann/4f967e5a90b7e8fab1c4 to your computer and use it in GitHub Desktop.
Yubikey installation for ubuntu
sudo add-apt-repository ppa:yubico/stable
sudo apt-get update
sudo apt-get install libauth-yubikey-webclient-perl yubikey-personalization yubikey-personalization-gui
sudo wget -O /etc/udev/rules.d/70-u2f.rules https://raw.githubusercontent.com/Yubico/libu2f-host/master/70-u2f.rules
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment