| Summary: | Enable logging of client_user at INFO priority rather than DEBUG2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Eugene Pivovarov <e5pivovarov> | ||||
| Component: | sshd | Assignee: | Damien Miller <djm> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | enhancement | CC: | djm, dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 5.8p2 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 2076 | ||||||
| Attachments: |
|
||||||
|
Description
Eugene Pivovarov
2013-01-25 15:11:42 AEDT
Damien, this might be doable with the recent auth_log changes? Created attachment 2295 [details]
Log key, client user and wire-specified client host for hostbased auth
Yes, though we should log the key too. This patch extends the recent pubkey_auth_info() to allow logging of additional information besides the key, and uses it to log the hostbased client user and client host (as it appears in the userauth packet).
committed - this will be in openssh-6.3 closing resolved bugs as of 8.6p1 release |