From 379484de22bb2a2e6c6300de5d578bb2b08e65be Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 16 Mar 2026 00:18:23 +0000 Subject: [PATCH] docs: update linux/linux-firewall --- linux/linux-firewall.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/linux/linux-firewall.md b/linux/linux-firewall.md index c4eee1f..93afa7e 100644 --- a/linux/linux-firewall.md +++ b/linux/linux-firewall.md @@ -2,7 +2,7 @@ title: Firewall Linux description: Firewall Konfiguration unter Linux published: true -date: 2026-03-16T00:16:49.388Z +date: 2026-03-16T00:18:21.422Z tags: firewall, linux editor: markdown dateCreated: 2026-03-15T23:56:44.726Z @@ -42,4 +42,10 @@ sudo ufw enable Die Maschine neustarten und danach prüfen: ```bash sudo ufw status numbered -``` \ No newline at end of file +``` +## Empfehlungen Firewall Einstellungen +1) SSH Bruteforce Schutz +```bash +ufw limit 22/tcp +``` +