From 9b62bfe27a73a0e3eb1a74d30d3b15a562df6164 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Fri, 10 Nov 2023 20:31:25 +0100 Subject: [PATCH] Site update --- content/blog/hardening-level-pro-notify-on-ssh-login.md | 2 +- public/blog/hardening-level-pro-notify-on-ssh-login/index.html | 2 +- public/blog/index.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/hardening-level-pro-notify-on-ssh-login.md b/content/blog/hardening-level-pro-notify-on-ssh-login.md index 7772781..bf25508 100644 --- a/content/blog/hardening-level-pro-notify-on-ssh-login.md +++ b/content/blog/hardening-level-pro-notify-on-ssh-login.md @@ -36,6 +36,6 @@ session optional pam_exec.so /usr/bin/ntfy-ssh-login.sh Also make sure that pam is realoaded using this command `pam-auth-update --force --package`. -You can modify the script to do email or anythingg else, but I preffer ntfy since the notification are instant. +You can modify the script to do email or anything else, but I prefer ntfy since the notification are instant. Hope this was of help and let's see you in another post. diff --git a/public/blog/hardening-level-pro-notify-on-ssh-login/index.html b/public/blog/hardening-level-pro-notify-on-ssh-login/index.html index 6f95242..959ff99 100644 --- a/public/blog/hardening-level-pro-notify-on-ssh-login/index.html +++ b/public/blog/hardening-level-pro-notify-on-ssh-login/index.html @@ -66,7 +66,7 @@
# at the end of the file
 session optional pam_exec.so /usr/bin/ntfy-ssh-login.sh
 

Also make sure that pam is realoaded using this command pam-auth-update --force --package.

-

You can modify the script to do email or anythingg else, but I preffer ntfy since the notification are instant.

+

You can modify the script to do email or anything else, but I prefer ntfy since the notification are instant.

Hope this was of help and let’s see you in another post.