mirror of
https://github.com/imthenachoman/How-To-Secure-A-Linux-Server.git
synced 2025-12-06 01:02:49 +01:00
enhance: fix tips
This commit is contained in:
@@ -2139,14 +2139,14 @@ CrowdSec monitors the logs of your applications (like SSH and Apache) to detect
|
||||
curl -s https://install.crowdsec.net | sudo sh
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> if `curl | sh` is not your thing, you can find additional install methods [here](https://docs.crowdsec.net/u/getting_started/installation/linux).
|
||||
|
||||
Install the CrowdSec Security Engine:
|
||||
``` bash
|
||||
sudo apt install crowdsec
|
||||
```
|
||||
|
||||
> [!TIP]
|
||||
> if `curl | sh` is not your thing, you can find additional install methods [here](https://docs.crowdsec.net/u/getting_started/installation/linux).
|
||||
|
||||
By default whilst CrowdSec is installing the Security Engine it will auto-discover your installed applications and install the appropriate parsers and scenarios for them. Since we know most Linux servers are running ssh out of the box CrowdSec will automatically configured this for you.
|
||||
|
||||
2. Install a Remediation Component. (IPS)
|
||||
|
||||
Reference in New Issue
Block a user