Skip to content

Instantly share code, notes, and snippets.

@dmcbane
Created June 14, 2019 14:49
Show Gist options
  • Save dmcbane/66d639fa8cadc39a011eff87700ec721 to your computer and use it in GitHub Desktop.
Save dmcbane/66d639fa8cadc39a011eff87700ec721 to your computer and use it in GitHub Desktop.
# Thank you Steve, https://blog.stevegriffith.nyc/posts/titan-key-arch/
#Go to the udev rules folder
cd /etc/udev/rules.d
# install the Google provided UDEV rule
echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="18d1", ATTRS{idProduct}=="5026", TAG+="uaccess"' | sudo tee '71-titan-key.rultes'
#Pull down the file from the yubikey github
sudo wget https://raw.githubusercontent.com/Yubico/libu2f-host/master/70-u2f.rules
#Reboot, or run the following to reload your rules
sudo udevadm control --reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment