Skip to content

Instantly share code, notes, and snippets.

@oraculix
Last active March 22, 2017 17:58
Show Gist options
  • Save oraculix/1bc8a7841d5426ab25b6d3f07e3d4f29 to your computer and use it in GitHub Desktop.
Save oraculix/1bc8a7841d5426ab25b6d3f07e3d4f29 to your computer and use it in GitHub Desktop.
Enable HyperFIDO U2F Key on Linux
# /etc/udev/rules.d/50-u2f.rules
# HyperFIDO U2F Key
SUBSYSTEMS=="usb", ATTRS{idVendor}=="2ccf", ATTRS{idProduct}=="0880", OWNER="root", GROUP="plugdev", MODE:="0660"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment