[Bug 3635] ssh-add -s always asks for PKCS#11 PIN

2023-11-21 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3635

--- Comment #2 from quirin  ---
Just tried the supplied patch. Works like a charm.
Is the -P option going to be incorporated in one of the next releases?

Further do I now see the difficulty of requesting the flags. I didn't
had these different protocol layers in mind.

Thank you very much!

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
___
openssh-bugs mailing list
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs


[Bug 3635] ssh-add -s always asks for PKCS#11 PIN

2023-11-19 Thread bugzilla-daemon
https://bugzilla.mindrot.org/show_bug.cgi?id=3635

Damien Miller  changed:

   What|Removed |Added

 CC||d...@mindrot.org

--- Comment #1 from Damien Miller  ---
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
openssh-bugs@mindrot.org
https://lists.mindrot.org/mailman/listinfo/openssh-bugs