Skip to content

Instantly share code, notes, and snippets.

@michaelBenin
Created January 20, 2020 16:29
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 michaelBenin/4c068e050879dba4c19357be0f5dbd46 to your computer and use it in GitHub Desktop.
Save michaelBenin/4c068e050879dba4c19357be0f5dbd46 to your computer and use it in GitHub Desktop.
How to get Titan Key working on Ubuntu 16.04
# Found originally on: https://forum.mxlinux.org/viewtopic.php?t=53180
sudo apt update
sudo apt install libu2f-host0
sudo -v; wget https://github.com/Yubico/libu2f-host/raw/master/70-u2f.rules -O- | sudo tee /etc/udev/rules.d/70-yubico-u2f.rules
sudo udevadm control --reload-rules
sudo udevadm trigger
@michaelBenin
Copy link
Author

Also works for 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment