1. Prerequisites
Software you might need to use your Yubikey.
To use your Yubikey with SSH keys and FIDO, you may need to install additional software, including libraries and command line tools to communicate with a FIDO driver over NFC or USB. Below are instructions on how to install these ulitilies for your operating system.
Debian 12
$ sudo apt-get install fido2-tools libfido2-1 libfido2-dev
Fedora 35 and 34
Ubuntu 22.04 (Jammy) and 20.04 (Focal)
Ubuntu 18.04 (Bionic) - via Yubico PPA.
MacOS
For more information about installing libfido2 libraries and tools, see https://developers.yubico.com/libfido2/
Last updated