Created
June 14, 2019 14:49
-
-
Save dmcbane/66d639fa8cadc39a011eff87700ec721 to your computer and use it in GitHub Desktop.
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
# 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