Add tags for SSH Hardening post

This commit is contained in:
Thanwer 2024-10-26 21:14:42 -03:00
parent 118fd7192c
commit 375eaca157

View File

@ -2,6 +2,11 @@
date = '2024-10-26T16:59:23-03:00' date = '2024-10-26T16:59:23-03:00'
title = 'Advanced SSH Hardening Best Practices' title = 'Advanced SSH Hardening Best Practices'
description = "Thanwer's Blog Post about best practices for hardening SSH servers" 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. 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.