mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
change fail2ban style
This commit is contained in:
parent
2775decfce
commit
d292293751
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ yunohost firewall reload
|
||||||
yunohost firewall disallow TCP <your_old_ssh_port_number> # port by default 22
|
yunohost firewall disallow TCP <your_old_ssh_port_number> # port by default 22
|
||||||
```
|
```
|
||||||
|
|
||||||
You also need to give fail2ban the new SSH port.
|
You also need to give `fail2ban` the new SSH port.
|
||||||
|
|
||||||
To do that you need to create the configuration file `my_ssh_port.conf` with the command
|
To do that you need to create the configuration file `my_ssh_port.conf` with the command
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ yunohost firewall reload
|
||||||
yunohost firewall disallow TCP <votre numéro de port> # port par défaut 22
|
yunohost firewall disallow TCP <votre numéro de port> # port par défaut 22
|
||||||
```
|
```
|
||||||
|
|
||||||
Il convient également de donner à fail2ban le nouveau port SSH à bloquer en cas de bannissement d'une adresse IP.
|
Il convient également de donner à `fail2ban` le nouveau port SSH à bloquer en cas de bannissement d'une adresse IP.
|
||||||
|
|
||||||
Pour cela il suffit de créer le fichier de configuration `my_ssh_port.conf` avec
|
Pour cela il suffit de créer le fichier de configuration `my_ssh_port.conf` avec
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue