yubikey-agent
yubikey-agent copied to clipboard
yubikey-agent is a seamless ssh-agent for YubiKeys.
Hi, I just installed and tested yubikey-agent on Debian, it works perfectly great, and I found out that we can install yubikey-agent from packages on Debian actually, so I added...
Hey, When installing yubikey-agent from AUR and applying the steps mentioned in the README, in the current version of Arch you get the error above if you try to use...
This will change the key that's generated when running `yubikey-agent -setup` to a key with a touch policy of "cached". This will mean that "a touch is not needed if...
Would it make sense to have the `-setup` argument default to using the [`cached`](https://docs.yubico.com/yesdk/users-manual/application-piv/pin-touch-policies.html#touch-policies) touch policy instead of the `always` policy? https://github.com/FiloSottile/yubikey-agent/blob/2e5376c5ec006250c12c1b6de65fa91de9afe687/setup.go#L143C20-L143C37 > Cached: a touch is not needed if...
When I have created an age encryption key on yubikey with the age-yubikey-plugin and try to use yubikey-agent it says that the card is already configured and that I’ll need...
Hello, could someone please help me out a little? I have been using yubikey-agent on Ubuntu and on a Mac, it should be possible to make yubikey-agent also run on...
Hi, I installed yubikey-agent via Nix, and more precisely via [`flox`](https://floxdev.com/), which means that I am not using Homebrew. The user manual says that I should be able to use...
Thanks to https://github.com/FiloSottile/yubikey-agent/pull/140#issuecomment-1500110581
otherwise the notification stays forever which is kind of annoying in DEs that store it indefinitely (like gnome) a better approach would be to remove the notification after it's been...
Per the README, I've added ``` services.yubikey-agent.enable = true; ``` to my `/etc/nixos/configuration.nix` I (successfully) rebuilt with `sudo nixos-rebuild switch` however when attempting `yubikey-agent -setup` I recieve the error ```...