yubico-piv-tool icon indicating copy to clipboard operation
yubico-piv-tool copied to clipboard

Command line tool for the YubiKey PIV application

Results 35 yubico-piv-tool issues
Sort by recently updated
recently updated
newest added

I am using a Lenovo x13s. I had previously used `ykcs11` with ssh for accessing servers on an x64 machine. I was unable to use any of the prebuilt binaries...

Apparently a re-occuring problem. Can you please add something more specific to target a specific key? I could not find anything? Like serial number matches. Substring or specific matches of...

I'm facing an issue when I try to created an attested self-signed certificate with a key that always requires a PIN to be used. yubico-piv-tool HEAD: a72b2054de4b8ee0bf534edadd4de64d0ded92a9 - current master...

Hi, We are trying to configure a yubikey to code signing java. But when trying to import a root certificate from sectigo, we are receiving the error: Unusable RSA key...

Hi, I've configured an SSH key on my YubiKey 5C via PIV (using macOS 13.4.1). When initially loading the key into ssh-agent, PIN entry is required as expected. But when...

I'm using brew install ssh. Is there a clean solution for the following problem: ```ssh-add -s /usr/local/lib/libykcs11.dylib Enter passphrase for PKCS#11: Could not add card "/usr/local/lib/libykcs11.dylib": agent refused operation``` Also:...

Hi, I installed this on my Mac, but want to uninstall it. Just a request that documentation on how to do so be included in the README or in a...

Used version: `yubico-piv-tool --version yubico-piv-tool 2.3.1` Reproduction commands: 1. Create key on device `yubico-piv-tool --slot 9c --pin 123456 --action verify-pin,generate --pin-policy always --touch-policy never` 2. Create signing request for generated...

Hello, I'm running into the following issue with `libykcs11.dll` from [yubico-piv-tool-2.3.1-win64.msi](https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.3.1-win64.msi). When using it with ssh from [Cygwin](https://cygwin.com/), I'm observing an exception: ``` > C:\cygwin64\bin\ssh.exe -I "C:\Program Files\Yubico\Yubico PIV Tool\bin\libykcs11.dll"...