Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
1–10 of 53 posts
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#2> The UX of this solution is poor: [...] and needs manual reloading every time the YubiKey is unplugged or the machine goes to sleep.
I never have to re-enter the PIN after sleep and can even unplug it for a while to use the port for HDMI output.
Still good to see some work in this space. Native OpenSSH support would be best of course.
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#3The biggest pain is that I have to reconfigure when I switch yubikey.
(Yes, I have multiple keys with the same gpg key on each)
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#4It has an onlykey-agent that works as an SSH agent [2]. It doesn't work as a GPG agent yet though, they are reportedly working on it.
[1] https://onlykey.io/ [2] https://docs.crp.to/onlykey-agent.html
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#5Hmm, gpg-agent has worked nicely for me. The biggest pain is that I have to reconfigure when I switch yubikey. (Yes, I have multiple keys with the same gpg key on each)
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#6I want to mention a Yubikey alternative that runs on open-source firmware and software: OnlyKey [1] It has an onlykey-agent that works as an SSH agent [2]. It doesn't work as a GPG agent yet though, they are reportedly working on it. [1] https://onlykey.io/ [2] https://docs.crp.to/onlykey-agent.html
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#7I want to mention a Yubikey alternative that runs on open-source firmware and software: OnlyKey [1] It has an onlykey-agent that works as an SSH agent [2]. It doesn't work as a GPG agent yet though, they are reportedly working on it. [1] https://onlykey.io/ [2] https://docs.crp.to/onlykey-agent.html
You may want to read the recent discussion on HN about OnlyKey before using one: https://news.ycombinator.com/item?id=21884184
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#8Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#9I use it with PKCS#11 mode and can't confirm some of the drawbacks the author mentions under Alternatives : > The UX of this solution is poor: [...] and needs manual reloading every time the YubiKey is unplugged or the machine goes to sleep. I never have to re-enter the PIN after sleep and can even unplug it for a while to use the port for HDMI output. Still good to see some work in this space. Native OpenSSH support…
Re: Show HN: Yubikey-agent – an easy to use Go ssh-agent for YubiKeys
#10Hmm, gpg-agent has worked nicely for me. The biggest pain is that I have to reconfigure when I switch yubikey. (Yes, I have multiple keys with the same gpg key on each)
Doesn’t having the same key on multiple devices kinda ruin some of the point of the yubikey? What if you wanted to revoke one after you lost it? Also, how do you store your gpg key? I have a couple yubikeys, but I have different keys on each of them, and I find that works just fine.