99
edits
Note: Currently new registrations are closed, if you want an account Contact us
(Update security measures) |
(Added ufw conifguration) |
||
Line 40: | Line 40: | ||
... | ... | ||
* Firewall enabled with only the ports we need opened. [https://fxdata.cloud/tutorials/set-up-a-firewall-with-ufw-on-ubuntu-16-04 ufw tutorial] | * Firewall enabled with only the ports we need opened. [https://fxdata.cloud/tutorials/set-up-a-firewall-with-ufw-on-ubuntu-16-04 ufw tutorial] | ||
sudo ufw default deny incoming | |||
sudo ufw default allow outgoing | |||
sudo ufw allow ssh | |||
* fail2ban configured against brute force attacks | * fail2ban configured against brute force attacks | ||