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.