Install and Configure Fail2Ban for SSH on Debian15 November 2023·Updated: 28 August 2024·272 words·2 minsFail2ban Security HardeningHow to Install and Configure Fail2Ban for SSH on Debian
Setup an NSA-Proof OpenSSH server1 January 0001·Updated: 29 August 2024·2115 words·10 minsOpenSSH Security HardeningThe SSH protocol uses encryption to secure the connection between a client and a server.
Default Server Settings for Nginx1 January 0001·Updated: 24 August 2024·32 words·1 minNginx Security HardeningConfig #server { listen [::]:443 ssl http2; listen 443 ssl http2; server_name _; ssl_reject_handshake on; } server { listen 80; listen [::]:80; server_name _; return 444; } Reload nginx: