Installing token2 FIDO token on openSUSE Tumbleweed
Setting Up a Token2 FIDO2 Hardware Token on openSUSE Tumbleweed I recently purchased a USB-C FIDO2 hardware token from Token2 to use with my openSUSE Tumbleweed installation. Unlike standard Yubikeys, this device doesn’t work with the default Linux Yubikey software, so you need to build the Token2 software yourself. We’ll be building libfido2, which will allow you to use your Token2 key. By the end of this guide, you’ll be able to view your hardware information through a basic GUI (gui.py) or via a more useful shell script that lets you actually interact with your Token2 key. ...