Skip to content

Instantly share code, notes, and snippets.

@ckunte
Created September 9, 2021 12:39
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 ckunte/047cd68684634fba74fcbd0888e966b1 to your computer and use it in GitHub Desktop.
Save ckunte/047cd68684634fba74fcbd0888e966b1 to your computer and use it in GitHub Desktop.
Setting Raspberry Pi Desktop for U2F with YubiKey
  1. sudo apt install libu2f-udev
  2. Download u2f.rules file
  3. Save the downloaded file under /etc/udev/rules.d/
  4. Upon system reboot, U2F should be available (say from Chromium browser)

Credits to Angela for the article Using Your U2F YubiKey with Linux

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