Displaying 1 result from an estimated 1 matches for "libykcs11".
Did you mean:
libpkcs11
2016 Oct 27
11
[Bug 2635] New: Unable to use SSH Agent and user level PKCS11Provider configuration directive
...eys loaded into my ssh agent.
I have tried both the opensc and yubico pcks11 libraries for accessing
the card. The results differ slightly, but both ultimately fail to
authenticate if my user's ssh config is set to use the PCKS11 library
and the keys have been added to my ssh agent.
** using libykcs11.so from yubico-piv-tool 1.4.2
$ ssh-add -s /usr/lib/libykcs11.so
Enter passphrase for PKCS#11:
Card added: /usr/lib/libykcs11.so
$ ssh-add -L | awk {'print $1,$3}'
ssh-rsa /usr/lib/libykcs11.so
ssh-rsa /usr/lib/libykcs11.so
ssh-rsa /usr/lib/libykcs11.so
ssh-rsa /usr/lib/libykcs11.so
$ s...