Arch linux + yubikeys
Posted on March 28, 2018 (Last modified on July 11, 2024) • 1 min read • 66 wordsTo use “ykman” for arch linux, you do this:
$ yaourt -S yubikey-manager pcsclite # THESE PACKAGES
[...]
$ systemctl start pcscd # START SERVICE
$ ykman info # TEST
Device type: YubiKey NEO
Serial number: 0123456
Firmware version: 3.4.3
Enabled connection(s): OTP+U2F+CCID
Device capabilities:
OTP: Enabled
U2F: Enabled
CCID: Enabled
OPGP: Enabled
PIV: Enabled
OATH: Enabled
$ _
Sounds easy? Still had to google the things.