forked from Conan_Doyl/Wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
627 B
20 lines
627 B
--- |
|
id: debian-fail2ban-installieren |
|
title: Fail2Ban installieren (Debian 10) |
|
sidebar_label: Fail2Ban installieren |
|
--- |
|
Installation von Fail2Ban mit Debian 10 |
|
|
|
## Informationen |
|
In diesem Tutorial wird dir gezeigt, wie du Fail2Ban auf einem VPS oder Dedicated Server installierst. Du benötigst dafür Debian 10 und Root Rechte. |
|
Melde dich zunächst als root mit dem SSH Client deiner Wahl an, z.B. PuTTY oder Terminus. |
|
|
|
Bitte stelle vor der Installation sicher, das du [Sudo](debian-sudo-installieren) installiert hast. |
|
|
|
### Installation |
|
1. Lade Fail2Ban herunter |
|
|
|
```sh |
|
sudo apt-get install rsyslog fail2ban |
|
``` |
|
|
|
|