gods

a simple blocklist for ssh
Log | Files | Refs | README | LICENSE

commit 3f593e275e330ea4c9eccca61fe399707066e096
parent d4eaffb75e839d59c21616dee82d43052afa3f62
Author: Naveen Narayanan <zerous@nocebo.space>
Date:   Sun, 24 Oct 2021 18:57:25 +0200

Add attack pattern

Diffstat:
Mconfig.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/config.h b/config.h @@ -7,5 +7,6 @@ char *attack_pattern[] = { "Invalid user", "Failed password for", "Disconnected from authenticating user", + "Unable to negotiate with", NULL, };