linux
3 posts
[ fail2ban ]
How to Set Up Fail2Ban on Your Server
TL;DR Install and configure Fail2Ban to automatically block IPs that brute-force your SSH, Nginx, or other services. Includes custom jails
[ ssh ]
SSH Hardening — The Ultimate Guide for 2026
TL;DR Go beyond basic SSH setup: disable password auth, lock down sshd_config with strong modern ciphers, add Fail2Ban for automated
[ linux ]
How to Harden Your Linux VPS in 10 Minutes
TL;DR Lock down a fresh Linux VPS in 10 minutes: disable root SSH login, set up SSH keys, configure UFW firewall,