aboutsummaryrefslogtreecommitdiff
path: root/blog/2022-03-24-server-hardening.org
diff options
context:
space:
mode:
Diffstat (limited to 'blog/2022-03-24-server-hardening.org')
-rw-r--r--blog/2022-03-24-server-hardening.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/2022-03-24-server-hardening.org b/blog/2022-03-24-server-hardening.org
index 59fae9d..b91ef0e 100644
--- a/blog/2022-03-24-server-hardening.org
+++ b/blog/2022-03-24-server-hardening.org
@@ -133,7 +133,7 @@ sudo ufw allow 22
sudo ufw enable
```
-![ufw](https://img.0x4b1d.org/blog/20220324-hardening-a-public-facing-home-server/ufw.png)
+![ufw](https://img.cleberg.net/blog/20220324-hardening-a-public-facing-home-server/ufw.png)
### `ssh`
@@ -203,7 +203,7 @@ will not include all the details in this post. To see how to configure MFA for
`ssh`, see my other post:
[Enabling MFA for SSH](/blog/enable-totp-mfa-for-ssh/).
-![SSH MFA](https://img.0x4b1d.org/blog/20220324-hardening-a-public-facing-home-server/ssh_mfa.png)
+![SSH MFA](https://img.cleberg.net/blog/20220324-hardening-a-public-facing-home-server/ssh_mfa.png)
### `fail2ban`
@@ -223,7 +223,7 @@ sudo fail2ban-client status sshd
This should be used as a last-resort defense and shouldn't be a replacement for
the security measures mentioned above.
-![fail2ban](https://img.0x4b1d.org/blog/20220324-hardening-a-public-facing-home-server/fail2ban.png)
+![fail2ban](https://img.cleberg.net/blog/20220324-hardening-a-public-facing-home-server/fail2ban.png)
## Switch