piv-agent icon indicating copy to clipboard operation
piv-agent copied to clipboard

An SSH and GPG agent which you can use with your PIV hardware security device (e.g. a Yubikey).

Results 22 piv-agent issues
Sort by recently updated
recently updated
newest added

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...

dependencies
go

``` ssh-add -L ```

documentation

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...

bug

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.

ci / cd

It might be nice to add ed25519 GPG keyfile support if the demand is there.

enhancement

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...

dependencies
github_actions

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...