juan-montilla.dev/blog

Hello, korhal

infra security korhal

This blog runs on a small OVH VPS I named korhal. It came up at 00:37 local time; by 00:38 it was already being brute-forced over SSH by about twenty different IPs, mostly against root.

That is not an attack, that is the Internet’s background noise. But it makes a nice checklist for a new box:

The landing page and this blog are static files behind nginx with a Let’s Encrypt certificate. Port 80 is closed; it opens only while certbot renews, through a pre/post hook.

$ sudo fail2ban-client status sshd | tail -1
   `- Banned IP list: 184.168.124.1 92.27.101.99 45.148.10.157 ...

More soon.