bugzilla-daemon at bugzilla.mindrot.org
2019-Aug-23 09:20 UTC
[Bug 3058] New: ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
https://bugzilla.mindrot.org/show_bug.cgi?id=3058 Bug ID: 3058 Summary: ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used Product: Portable OpenSSH Version: 8.0p1 Hardware: Other OS: Linux Status: NEW Keywords: pkcs11 Severity: enhancement Priority: P5 Component: Smartcard Assignee: unassigned-bugs at mindrot.org Reporter: jjelen at redhat.com CC: djm at mindrot.org, jcpunk at gmail.com, unassigned-bugs at mindrot.org Depends on: 2610 This got back with OpenSSH 8.0 and variant of this message is again printed as an error, which is irritating. +++ This bug was initially created as a clone of Bug #2610 +++ Specifying a PKCS11Provider in the configuration and using the ssh without a card inserted results in the error no slots during the pkcs11 initialization. This error is in no way fatal and usually does not require user attention. We might argue that that the user should configure this option only when it is absolutely needed using proper match blocks, but even though the verbosity is too high and without any context does not make much sense. Also other messages informing about "provider already registered" and about "no keys" are not too important to show as error() form my point of view. Also in most of these logging functions, there is missing context and the user does not have the slightest idea where does these messages come from and what do they mean. Prefixing them with the function name also seems like reasonable idea. Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2610 [Bug 2610] ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Aug-30 03:20 UTC
[Bug 3058] ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
https://bugzilla.mindrot.org/show_bug.cgi?id=3058 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|unassigned-bugs at mindrot.org |djm at mindrot.org CC| |dtucker at dtucker.net Attachment #3314| |ok?(dtucker at dtucker.net) Flags| | --- Comment #1 from Damien Miller <djm at mindrot.org> --- Created attachment 3314 --> https://bugzilla.mindrot.org/attachment.cgi?id=3314&action=edit downgrade from INFO to DEBUG loglevel I presume this is the message you're referring to? Maybe it should be verbose() instead of debug()... -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Aug-30 04:46 UTC
[Bug 3058] ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
https://bugzilla.mindrot.org/show_bug.cgi?id=3058 Darren Tucker <dtucker at dtucker.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #3314|ok?(dtucker at dtucker.net) |ok+ Flags| | -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Aug-30 07:00 UTC
[Bug 3058] ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
https://bugzilla.mindrot.org/show_bug.cgi?id=3058 --- Comment #2 from Jakub Jelen <jjelen at redhat.com> --- Thank you. I think verbose() would be better, since this message ads some value when you want to dig into that deeper, but is for no good use in default operations. But debug() is fine too. -- 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.
bugzilla-daemon at bugzilla.mindrot.org
2019-Sep-02 00:20 UTC
[Bug 3058] ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
https://bugzilla.mindrot.org/show_bug.cgi?id=3058 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED Blocks| |2988 --- Comment #3 from Damien Miller <djm at mindrot.org> --- applied - thanks Referenced Bugs: https://bugzilla.mindrot.org/show_bug.cgi?id=2988 [Bug 2988] Tracking bug for 8.1 release -- 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.
bugzilla-daemon at mindrot.org
2021-Apr-23 05:10 UTC
[Bug 3058] ssh should not complain about "no slots" when PKCS11Provider is specified, but no slot is found nor used
https://bugzilla.mindrot.org/show_bug.cgi?id=3058 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> --- closing resolved bugs as of 8.6p1 release -- 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.