https://bugzilla.mindrot.org/show_bug.cgi?id=2162

--- Comment #5 from Damien Miller <[email protected]> ---
I don't mind adding full host/port information to a few important
messages (authentication events, etc.), but I don't think that every
message needs to include the same redundant information. We have a
"Connection from ..." message that should include it all.

How about:

> - verbose("Connection from %.500s port %d", remote_ip, remote_port);
> + verbose("Connection from %s port %d on %s port %d",
> +     remote_ip, remote_port,
> +     get_local_ipaddr(sock_in), get_local_port());

?

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to