Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167434068
D49505.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
599 B
Referenced Files
None
Subscribers
None
D49505.diff
View Options
diff --git a/crypto/openssh/packet.c b/crypto/openssh/packet.c
--- a/crypto/openssh/packet.c
+++ b/crypto/openssh/packet.c
@@ -96,6 +96,7 @@
#include "packet.h"
#include "ssherr.h"
#include "sshbuf.h"
+#include "blacklist_client.h"
#ifdef PACKET_DEBUG
#define DBG(x) x
@@ -2021,6 +2022,8 @@
case SSH_ERR_NO_KEX_ALG_MATCH:
case SSH_ERR_NO_HOSTKEY_ALG_MATCH:
if (ssh->kex && ssh->kex->failed_choice) {
+ BLACKLIST_NOTIFY(ssh, BLACKLIST_AUTH_FAIL,
+ "Unable to negotiate offer");
ssh_packet_clear_keys(ssh);
errno = oerrno;
logdie("Unable to negotiate with %s: %s. "
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 22, 5:25 PM (8 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37100274
Default Alt Text
D49505.diff (599 B)
Attached To
Mode
D49505: blacklist: sshd: Add pending probes
Attached
Detach File
Event Timeline
Log In to Comment