| Summary: | duplicate log entries when using "sshd -D -e" | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Daryl Tester <daryl.tester> | ||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | 3.8p1 | ||||||
| Hardware: | ix86 | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Daryl Tester
2005-02-01 21:16:09 AEDT
The is because of privilege separation: when it's on the auth loop runs in both privileged and unprivileged processes (add a geteuid() to your printf to see). It doesn't occur in normal operation because the unpriviliged child is chrooted to /var/empty and has no /dev/log to speak to. Created attachment 797 [details]
reduce log messages from privsep slave to debug only
If it bugs you try this patch (against -current but should apply to most recent
versions).
Doesn' worry me, it worries my log summary script (and the customer who viewed the results :-). Patch works a treat against 3.8p1 - thanks for the quick response. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |