From: Joann Mõndresku Date: Sat, 20 Aug 2022 13:19:08 +0000 (+0300) Subject: s/not absent/absent/ X-Git-Url: https://git.based.quest/?p=web-old.git;a=commitdiff_plain;h=7fefcdffa29ac687e5dbe8ae5eee35c7c966ce10 s/not absent/absent/ --- diff --git a/articles/ssh-alerts-landchad-style.md b/articles/ssh-alerts-landchad-style.md index c22f6f0..9f6e280 100644 --- a/articles/ssh-alerts-landchad-style.md +++ b/articles/ssh-alerts-landchad-style.md @@ -110,7 +110,7 @@ Make it world-executable `chmod ugo+x ssh_login.sh` and edit `/etc/pam.d/sshd`. Append the following line to it: `session optional pam_exec.so seteuid /path/to/ssh_login.sh`. This will make the script be run every single time someone authenticates through SSH and also not block login if -the script is not absent. +the script is absent. Just to be sure, keep your current SSH session and alive and try opening a second one. If everything is done correctly, you should have a notification on your phone (or desktop if you subscribed on it as well).