aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-03-24-server-hardening.org
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
committerChristian Cleberg <[email protected]>2025-04-01 22:01:32 -0500
commit80bc8747e9d8e47aeceab2a02c4510b35c408d7d (patch)
tree9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /content/blog/2022-03-24-server-hardening.org
parent9061191da87f742248a9453505f99f70c8783cac (diff)
downloadcleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.gz
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.bz2
cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.zip
migrate back to cleberg.net
Diffstat (limited to 'content/blog/2022-03-24-server-hardening.org')
-rw-r--r--content/blog/2022-03-24-server-hardening.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/2022-03-24-server-hardening.org b/content/blog/2022-03-24-server-hardening.org
index 8704a27..7c9af8d 100644
--- a/content/blog/2022-03-24-server-hardening.org
+++ b/content/blog/2022-03-24-server-hardening.org
@@ -110,7 +110,7 @@ via your randomized port.
** =ufw=
-To see how to configure =ufw=, see my other post: [[https://cmc.pub/blog/ufw.html][Secure Your
+To see how to configure =ufw=, see my other post: [[https://cleberg.net/blog/ufw.html][Secure Your
Network with the Uncomplicated Firewall]].
The general notion with an on-device firewall is that you want to deny all
@@ -196,7 +196,7 @@ sudo ufw enable
This process involves editing a couple files and installing an MFA package,
so I will not include all the details in this post. To see how to configure
- MFA for =ssh=, see my other post: [[https://cmc.pub/blog/ssh-mfa.html][Enabling MFA for
+ MFA for =ssh=, see my other post: [[https://cleberg.net/blog/ssh-mfa.html][Enabling MFA for
SSH]].
** =fail2ban=