DWM Question about Yubico and FreeBSD

Heyy~ ^-^
I've been trying to get my YubiKey working on my PC with FreeBSD but I can't (╥﹏╥), it does detect the YubiKey but won't let me unlock it (>_<).
Inside it I have my GPG key and my SSH key, so I can't sign commits to my code on GitHub (╯°□°)╯︵ ┻━┻) and I can't connect to my server via SSH either... does anyone know how to fix this?? (;ω;)
 
There are a number of ports in the FreeBSD ports collection that have to do with supporting YubiKeys. Can you list the ones you have installed? Also, what version of FreeBSD are you using?
 
Heyy~ ^-^
I've been trying to get my YubiKey working on my PC with FreeBSD but I can't (╥﹏╥), it does detect the YubiKey but won't let me unlock it (>_<).
Inside it I have my GPG key and my SSH key, so I can't sign commits to my code on GitHub (╯°□°)╯︵ ┻━┻) and I can't connect to my server via SSH either... does anyone know how to fix this?? (;ω;)
if only you provided console output errors instead of pikachu faces.
 
I can log into GitHub in Firefox with U2F key; only needed to add myself to u2f group (gist above mentions it too):
Code:
pw groupmod 'u2f' -m 'espionage724'
 
the only non-documented thing I had to tweak on my setup was to --disable-polkit on the pcsc daemon, otherwise gpg yubikey integration worked just fine for me on all FreeBSD versions from 14.0 to 15.1 inclusive.
 
 
Back
Top