https://bugzilla.mindrot.org/show_bug.cgi?id=3635
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Damien Miller <[email protected]> --- Created attachment 3762 --> https://bugzilla.mindrot.org/attachment.cgi?id=3762&action=edit Add ssh-add -P flag to suppress request of PIN Please try this patch. This adds a ssh-add -P flag to suppress requesting a PIN. It's not trivial to query PKCS#11 flags across ssh-add/ssh-agent because there are two layers of protocol between the UI (ssh-add) and the process that actually interacts with the PKCS#11 device (ssh-pkcs11-helper). -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
