diff --git a/content/posts/ssh-hardening.md b/content/posts/ssh-hardening.md index e374685..07d0ea4 100644 --- a/content/posts/ssh-hardening.md +++ b/content/posts/ssh-hardening.md @@ -2,6 +2,11 @@ date = '2024-10-26T16:59:23-03:00' title = 'Advanced SSH Hardening Best Practices' description = "Thanwer's Blog Post about best practices for hardening SSH servers" +tags = [ + "webserver", + "GNU/Linux", + "Basics Series", +] +++ As you could see on my last post about [fail2ban]({{< ref "/posts/fail2ban-basics" >}} "Fail2ban basics"), the SSH services are a popular target for brute force attacks, we really should take our time to improve our server's security.