[Bug 3635] ssh-add -s always asks for PKCS#11 PIN
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Mon Nov 20 14:34:15 AEDT 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3635
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
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.
More information about the openssh-bugs
mailing list