[Bug 65] New: TCP Wrappers support does not log successful connections
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jan 17 02:22:51 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=65
Summary: TCP Wrappers support does not log successful connections
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jap3003+opensshbugs at ksu.edu
sshd does not log connections that succeed the hosts_access() function. Failed
connections are logged in tcp wrappers [via refuse()], but special care must be
taken to log connections that succeed. It's not a show-stopper, since other,
more detailed logging mechanisms exist, but it'd be a nice thing to have, since
it shows that the allowed connection passed the wrappers. That, and tcpd and
the commercial [at least verision 1.2.whatever] do it.
------- Additional Comments From jap3003+opensshbugs at ksu.edu 2002-01-07 09:54 -------
Created an attachment (id=8)
Patch to fix this bug (gdiff -u)
------- Additional Comments From markus at openbsd.org 2002-01-17 02:22 -------
shouln't the tcpwrapper do this?
we should not call syslog at all
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list