bugzilla-daemon at mindrot.org
2015-Mar-16 08:48 UTC
[Bug 2367] New: AuthorizedKeysCommand add key fingerprint as second argument
https://bugzilla.mindrot.org/show_bug.cgi?id=2367
Bug ID: 2367
Summary: AuthorizedKeysCommand add key fingerprint as second
argument
Product: Portable OpenSSH
Version: 6.7p1
Hardware: Other
OS: FreeBSD
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: elbarto at bocal.org
Created attachment 2568
--> https://bugzilla.mindrot.org/attachment.cgi?id=2568&action=edit
AuthorizedKeysCommand enhancement
When dealing with a lot (I mean really a lot) of sshkeys for one user
(like for a git service with only a generic "git" user), parsing
AuthorizedKeysFile or using AuthorizedKeysCommand can be really slow.
Adding the fingerprint of the supplied key as an argument of the
AuthorizedKeysCommand makes possible to select only the desired keys.
--
You are receiving this mail because:
You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2015-Apr-24 03:57 UTC
[Bug 2367] AuthorizedKeysCommand add key fingerprint as second argument
https://bugzilla.mindrot.org/show_bug.cgi?id=2367
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Resolution|--- |DUPLICATE
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
*** This bug has been marked as a duplicate of bug 2081 ***
--
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
2016-Aug-02 00:41 UTC
[Bug 2367] AuthorizedKeysCommand add key fingerprint as second argument
https://bugzilla.mindrot.org/show_bug.cgi?id=2367
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #2 from Damien Miller <djm at mindrot.org> ---
Close all resolved bugs after 7.3p1 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.
Apparently Analagous Threads
- how is the sha fingerprint generated?
- [Bug 2496] New: sshd hangs when using AuthorizedKeysCommand
- pass fingerprint to authorizedkeyscommand
- patch to send incoming key to AuthorizedKeysCommand via stdin
- [Bug 2081] New: extend the parameters to the AuthorizedKeysCommand