Skip to content

Commit 04f10c1

Browse files
author
marci
committed
Ändere die Konfigurationsdatei für fail2ban von jail.conf zu jail.local, um die Anpassungen zu erleichtern. Ergänze einen Abschnitt mit Fragen und Antworten auf der Hilfeseite für Feedback und Unterstützung.
1 parent bd49974 commit 04f10c1

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

content/posts/linux/proxmox-fail2ban.de.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Zunächst legen wir uns dafür eine lokale Jail-Config-Datei im fail2ban-Verzeic
9191
# Aufrufen des Verzeichnis von fail2ban, in der sich die künftige sowie weitere Konfigurations-Dateien befinden
9292
cd /etc/fail2ban
9393
# Anlegen der Config-Datei für fail2ban
94-
nano jail.conf
94+
nano jail.local
9595
```
9696

9797
Im nächsten Schritt fügen wir die Konfiguration für die Absicherung des SSH-Verbindung sowie die Absicherung für den **Port 8006** ein.
@@ -241,3 +241,12 @@ Gerne könnt ihr mir auch im Forum oder hier in den Kommentaren ein Feedback hin
241241
<https://wiki.ubuntuusers.de/fail2ban/>
242242

243243
<https://de.wikipedia.org/wiki/Fail2ban>
244+
245+
246+
<!-- FM:Snippet:Start data:{"id":"Help deutsch","fields":[]} -->
247+
> ## Fragen und Antworten
248+
>
249+
> Wenn du Fragen oder Feedback zu diesem Bl/posts/linux/scripting/automatische-update-rhel-bash-script/og oder YouTube-Kanal hast, dann nutze bitte meine Hilfeseite. Dort findest du Fragen und Antworten zu den verschiedenen Beiträgen. Du kannst dort auch gerne deine eigene Frage stellen.
250+
>
251+
> [**Zur Hilfeseite**](https://help.secure-bits.org)
252+
<!-- FM:Snippet:End -->

content/posts/linux/proxmox-fail2ban.en.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ First, we create a local jail config file in the fail2ban directory, in which we
7575
# call up the fail2ban directory, where the future and other configuration files are located
7676
cd /etc/fail2ban
7777
# Create the configuration file for fail2ban
78-
nano jail.conf
78+
nano jail.local
7979
```
8080
In the next step, we add the configuration for securing the SSH connection and securing **port 8006**.
8181

@@ -183,3 +183,12 @@ Feel free to leave me feedback in the forum or here in the comments.
183183
<https://wiki.ubuntuusers.de/fail2ban/>
184184

185185
<https://de.wikipedia.org/wiki/Fail2ban>
186+
187+
188+
<!-- FM:Snippet:Start data:{"id":"Visit Help-page","fields":[]} -->
189+
> ## Questions and answers
190+
>
191+
> If you have any questions or feedback about this blog or YouTube channel, please use my help page. Here you will find questions and answers about the various posts. You are also welcome to ask your own question here.
192+
>
193+
> [**Visit the Help-page**](https://help.secure-bits.org/)
194+
<!-- FM:Snippet:End -->

0 commit comments

Comments
 (0)