yubikey-agent
yubikey-agent copied to clipboard
yubikey-agent is a seamless ssh-agent for YubiKeys.
The -new-key command generates a new key in one of the numbered "retired" slots with a certificate with CN="SSH key". The -touch-policy, -pin-policy, and -key-type flags control the respective aspects...
Hi! First and foremost, congrats on the project! It is pretty good and solves a pretty big problem for me :) I've the following setup: - 1 GPG key in...
First off, thanks for creating `yubikey-agent`! I just installed it on Ubuntu 20.04 and thought I could write down the steps I did to get it working on Ubuntu 20.04....
In https://github.com/FiloSottile/yubikey-agent/commit/c9e9f88ea9ed076fc44fc9baa00054d4592fa704, the "save to keychain" feature was silently removed in OSX. This re-adds this based on the AppleScript implementation :) All the best, Sebastian
- creates a cli configuration flag (--slot authentication) to be able to specify which slots should be enabled - also allow specifying a pin policy (--slot signature,always) to allow for...
Successfully installed via brew. Services start successfully. Tried re-plugging the Yubikey and restarting the machine. Big Sur - 11.5.1 ```Failed to connect to the YubiKey: connecting to smart card: the...
Is it possible to add other types of SSH keys to the agent as well? Currently, I can't add RSA or ed25519 keys. ``` /Users/andreicek/maandagapp% ssh-add ~/.ssh/id_rsa Enter passphrase for...
We should have binary packages for Linux that install a user systemd unit.
I've created an fedora repository and intend to maintain it for the foreseeable future. Therefore i would like to add the Fedora-installation part to the Readme.
### Issue I encountered the following error when trying to use `yubikey-agent` for the first time on a key that I had already set a FIDO2 PIN and credential: ```...