Fly, Penguin!

I blog so I don't forget.

Arch linux + yubikeys

0 minute read #linux: arch #linux #yubikey #security #solved

To 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.