Pangolin: Secure your hosts ssh using crowdsec
SSH is a critical service for system administrators, but it is often targeted by brute-force attacks. As part of the Pangolin open-source project, securing your infrastructure is a priority. Beside other security measures like setting e.g. proper firewall rules, we could use crowdsec to scan our auth.log for suspicious behaviours. To additionally secure your hosts ssh access using crowdsec, we’ll have to take a couple of steps. Install local bouncer on your host To be able to react to crowdsec decisions (made in its docker container ;) on host-level, we need to install a remediation component....