Skip to content

Instantly share code, notes, and snippets.

@chluehr
Created November 12, 2014 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chluehr/96fc06cb8906c0bcff0f to your computer and use it in GitHub Desktop.
Save chluehr/96fc06cb8906c0bcff0f to your computer and use it in GitHub Desktop.
Activate PlugUp FIDO Security Key
# Activate Plug-Up Security Key by creating: /etc/udev/rules.d/90-u2f-securitykey.rules anlegt
# (as root):
ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", TAG+="uaccess"
ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", GROUP="plugdev", MODE="0660"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment