Displaying 1 result from an estimated 1 matches for "docorp".
Did you mean:
gocorp
2016 Oct 03
6
[Bug 2620] New: Option AddKeysToAgent doesnt work with keys provided by PKCS11 libraries.
...Assignee: unassigned-bugs at mindrot.org
Reporter: reddot.rocks at gmail.com
I would like to setup my ssh connection encryption using smart card
with PKCS#11 interface provided by shared library. In trivial scenario
I'm able to add this key to agent using ssh-add:
reddot at docorp:~$ ssh-add -s /usr/lib/libeTPkcs11.so
Enter passphrase for PKCS#11:
Card added: /usr/lib/libeTPkcs11.so
Now I would like to automate this process to be asked to card PIN only
once on first key access, thus I would like to use option
AddKeysToAgent available in the config. However it seems thi...