Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F113829019
D49505.id.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.id.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, Apr 5, 5:34 AM (5 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17310766
Default Alt Text
D49505.id.diff (599 B)
Attached To
Mode
D49505: blacklist: sshd: Add pending probes
Attached
Detach File
Event Timeline
Log In to Comment