piv-agent
piv-agent copied to clipboard
An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey).
Bumps [github.com/go-piv/piv-go](https://github.com/go-piv/piv-go) from 1.9.0 to 1.10.0. Release notes Sourced from github.com/go-piv/piv-go's releases. v1.10.0 What's Changed Fix build on OpenBSD by @qbit in go-piv/piv-go#101 Fix typo in README.md by @jmg292 in...
Am I correct that `piv-agent` does not support the use of gpg subkeys of type RSA / x25519 / ed25519 stored in a hardware device such as a Yubikey? This...
This API allows using `CLOCK_BOOTTIME` instead of `CLOCK_MONOTONIC` in the exit timer and thus correctly exiting after a long period of suspend. https://github.com/golang/go/issues/36141#issuecomment-828667067 Looks like it will be introduced in...
https://github.com/orhun/git-cliff seems like a nice way to maintain a `CHANGES.md` and add a Changelog to releases. Since this repo already enforces conventional commits, integration should be fairly simple.
It might be nice to add ed25519 GPG keyfile support if the demand is there.
As outlined in https://github.com/Mic92/ssh-to-age/issues/14, it would be great if it would be possible to use `piv-agent` to generate age keys in some way. Currently the only way to get SSH...
Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5.4.5 to 6.0.1. Changelog Sourced from wagoid/commitlint-github-action's changelog. 6.0.1 (2024-04-10) 6.0.0 (2024-03-28) ⚠ BREAKING CHANGES commitlint.config.js is not supported anymore, please use .mjs extension Features upgrade to...
First for some context - in the past few days I went on a research spree trying to simplify my YubiKey encryption/signing/authentication setup (again). I tried FIDO2 resident SSH keys,...
[YubiKey touch detector](https://github.com/maximbaz/yubikey-touch-detector) has this feature [implemented for a while](https://github.com/maximbaz/yubikey-touch-detector/issues/12), though it [doesn't detect PIV touch requests](https://github.com/maximbaz/yubikey-touch-detector/issues/22) at the moment. Would be nice if PIV agent could dismiss touch request...