From 0687d27c5a7917a844b6909b63249f66fba47e14 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 4 Oct 2022 16:40:26 +0530 Subject: [PATCH] fix: mention fail2ban config path --- .../_2022-09-10-how-to-publish-website-without-librepages.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md b/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md index 1de1cdf..845add7 100644 --- a/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md +++ b/content/blog/_2022-09-10-how-to-publish-website-without-librepages.md @@ -167,6 +167,8 @@ $ sudo apt install fail2ban #### 1.3.2) Enable `fail2ban` for `sshd` +Open `fail2ban` configuration at `/etc/fail2ban/jail.conf` and add the following lines: + ```yml [sshd] enabled = true @@ -281,6 +283,7 @@ $ curl localhost ### 2.2) Serve webpage on a custom domain #### 2.2.1) Buy a domain if you don't own one already + #### 2.2.2) Go to the domain's DNS dashboard and add the following record ```