| Summary: | AuthorizedKeysCommand add key fingerprint as second argument | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Emmanuel Vadot <elbarto> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED DUPLICATE | ||||||
| Severity: | enhancement | CC: | djm | ||||
| Priority: | P5 | ||||||
| Version: | 6.7p1 | ||||||
| Hardware: | Other | ||||||
| OS: | FreeBSD | ||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 2081 *** Close all resolved bugs after 7.3p1 release |
Created attachment 2568 [details] 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.