Skip to content

Instantly share code, notes, and snippets.

@Kibur
Created June 5, 2021 10:19
Show Gist options
  • Save Kibur/69b88a811dd2c8ce76159d2675565f79 to your computer and use it in GitHub Desktop.
Save Kibur/69b88a811dd2c8ce76159d2675565f79 to your computer and use it in GitHub Desktop.
Getting Yubikey working on Ubuntu and derived distros
Ability to communicate with the Yubikey:
sudo apt-get install pcscd (https://docs.yubico.com/software/yubikey/tools/ykman/Introduction.html#linux)
Yubico Authenticator:
Set PPA for Yubico (https://support.yubico.com/hc/en-us/articles/360016649039-Enabling-the-Yubico-PPA-on-Ubuntu)
sudo add-apt-repository ppa:yubico/stable && sudo apt-get update
Just download and run the official AppImage.
If still having issues consider setting following up:
https://support.yubico.com/hc/en-us/articles/360013708900-Using-Your-U2F-YubiKey-with-Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment