aboutsummaryrefslogtreecommitdiff
path: root/blog/2022-03-24-server-hardening.org
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-02 11:34:20 -0600
commitfcc889508ab63a679b5cbd231478b25cff48d8fc (patch)
treea9ec2ce9f00b07a0ab081e7160e1183a7cef634f /blog/2022-03-24-server-hardening.org
parentdfb4de1797796c72f597f4c0c6cd1e01dc5a66ee (diff)
downloadcleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.gz
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.tar.bz2
cleberg.net-fcc889508ab63a679b5cbd231478b25cff48d8fc.zip
fix: update domains
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