From e0f0e874f94a123a6e53cd9d4fe2350d0354e5ea Mon Sep 17 00:00:00 2001 From: Miquel TA <134692660+Miquel-TA@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:25:09 +0100 Subject: [PATCH] Update SSH connections explanation in README Clarify the explanation for allowing SSH connections. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb71aa..100bc35 100644 --- a/README.md +++ b/README.md @@ -1578,7 +1578,7 @@ You can create rules by explicitly specifying the ports or with application conf sudo ufw default deny incoming comment 'deny all incoming traffic' ``` -1. Obviously we want SSH connections in: +1. Obviously we want SSH connections. Using limit instead of allow will automatically deny connections from an IP address if it attempts to initiate 6 or more connections within a 30-second window: ``` bash sudo ufw limit in ssh comment 'allow SSH connections in'