Bugzilla – Attachment 2355 Details for
Bug 2162
Log needs to contain the port on which connection is made
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
include port in invalid banner message
port.diff (text/plain), 778 bytes, created by
Damien Miller
on 2013-10-18 09:08:07 AEDT
(
hide
)
Description:
include port in invalid banner message
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2013-10-18 09:08:07 AEDT
Size:
778 bytes
patch
obsolete
>Index: sshd.c >=================================================================== >RCS file: /cvs/src/usr.bin/ssh/sshd.c,v >retrieving revision 1.407 >diff -u -p -r1.407 sshd.c >--- sshd.c 10 Oct 2013 01:43:03 -0000 1.407 >+++ sshd.c 17 Oct 2013 22:06:52 -0000 >@@ -461,8 +461,9 @@ sshd_exchange_identification(int sock_in > (void) atomicio(vwrite, sock_out, s, strlen(s)); > close(sock_in); > close(sock_out); >- logit("Bad protocol version identification '%.100s' from %s", >- client_version_string, get_remote_ipaddr()); >+ logit("Bad protocol version identification '%.100s' " >+ "from %s port %d", client_version_string, >+ get_remote_ipaddr(), get_remote_port()); > cleanup_exit(255); > } > debug("Client protocol version %d.%d; client software version %.100s",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2162
: 2355