pivy
pivy copied to clipboard
Tools for using PIV tokens (like Yubikeys) as an SSH agent, for encrypting data at rest, and more
It also might be nice if pivy-tool could parse them out of the comment of the provided key. Especially if it's in the format that pivy produces itself.
I am trying to run `pivy-tool` on MacOS on an M1 SoC and am running into the following segfault: ``` arjen@mbp pivy % lldb ./pivy-tool (lldb) target create "./pivy-tool" Current...
Hi, as described in issue #45, I am trying to set-up a Nitrokey 3. This issue looks different than the aforementioned one: Changing the PIN seems to work... ~~~sh $...
Hi, I try to set-up PIV on Nitrokey 3 (with firmware version v1.6.0-test.20231218), as described here: * https://docs.nitrokey.com/nitrokey3/mac/set-pins#piv To that end, I compiled pivy, commit e4cfc19, on amd64, but now...
Attempting to pass `-t never` before and after the `setup` command does not seem to currently work ``` ❯ pivy-tool setup -t never > /dev/null 2>&1 ~ ❯ echo $?...
While attempting to work through and reset things I got into a situation where it was not using up the last pin attempt trying to protect me from myself, which...
Hi, I recently received a "new" yubikey 5 nano with already imported piv certs (corporate CA). When running pivy-tool -d list this new key produces: error = InvalidDataError: PIV device...
it's arekinath/pivy, not arekinath/pivy-agent
Why do you bundle LibreSSL? Can it be at least linked dynamically with system-provided LibreSSL?