[Bug 2162] Log needs to contain the port on which connection is made
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Fri Oct 18 13:22:04 EST 2013
https://bugzilla.mindrot.org/show_bug.cgi?id=2162
--- Comment #3 from Darren Tucker <dtucker at zip.com.au> ---
Comment on attachment 2355
--> https://bugzilla.mindrot.org/attachment.cgi?id=2355
include port in invalid banner message
>+ logit("Bad protocol version identification '%.100s' "
>+ "from %s port %d", client_version_string,
>+ get_remote_ipaddr(), get_remote_port());
that's the remote port, the request was for the local (ie listening)
port. Certainly I think it's worth having the remote port (eg for NAT
pools).
--
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list