I am trying to get ubuntu to use a security key. I would like to use it to authenticate to some of my online accounts. I do not want my system to require a security key to login however. It seems like I could end up with a locked system and I certainly want to avoid that.
My security key is Thetis or Excel Security FIDO2. Although it is not a genuine Yubikey, I thought I would try to use Yubikeys Manager for testing purposes. Here is what I have done.
Code:
sudo apt install pcscd
INstall went fine. I won't include all of the output here.
Code:
sudo apt-add-repository ppa:yubico/stable
Then
Code:
sudo apt install yubikey-manager
Then
Code:
adam@OptiPlex-5050:/etc/udev/rules.d$ systemctl status pcscd
● pcscd.service - PC/SC Smart Card Daemon
Loaded: loaded (/lib/systemd/system/pcscd.service; indirect; vendor preset: enabled)
Active: active (running) since Thu 2024-05-02 13:26:47 CDT; 5s ago
TriggeredBy: ● pcscd.socket
Docs: man:pcscd(8)
Main PID: 20788 (pcscd)
Tasks: 3 (limit: 18864)
Memory: 672.0K
CPU: 7ms
CGroup: /system.slice/pcscd.service
└─20788 /usr/sbin/pcscd --foreground --auto-exit
May 02 13:26:47 OptiPlex-5050 systemd[1]: Started PC/SC Smart Card Daemon.
And finally
Code:
adam@OptiPlex-5050:/etc/udev/rules.d$ ykman info
ERROR: No YubiKey detected!
However, the device appears with lsusb as ExcelSecu FIDO2 Security Key
Code:
adam@OptiPlex-5050:/etc/udev/rules.d$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 413c:2003 Dell Computer Corp. Keyboard SK-8115
Bus 001 Device 002: ID 046d:c018 Logitech, Inc. Optical Wheel Mouse
Bus 001 Device 004: ID 1ea8:fc25 ExcelSecu FIDO2 Security Key
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
What do I do next? Keep in mind that I do not want to use the security key to log in to my system.
Bookmarks