search for: ssh_agentc_remove_smartcard_key

Displaying 1 result from an estimated 1 matches for "ssh_agentc_remove_smartcard_key".

2013 Dec 17
7
[Bug 2187] New: ssh-add unnecessarily prompts for PKCS#11 pin when removing key
...Component: ssh-add Assignee: unassigned-bugs at mindrot.org Reporter: jay at slushpupie.com Created attachment 2392 --> https://bugzilla.mindrot.org/attachment.cgi?id=2392&action=edit openssh-6.3p1-ssh-add.patch Although PROTOCOL.agent specifies that when performing SSH_AGENTC_REMOVE_SMARTCARD_KEY the pin is used to determine which smartcards to remove, in implementation the pin is never used. I think this is due to the fact the pin is never stored, so there is nothing to compare to. Although the pin is never used during the remove operation, ssh-add prompts for the pin, which is frustrati...