From 7fefcdffa29ac687e5dbe8ae5eee35c7c966ce10 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joann=20M=C3=B5ndresku?= Date: Sat, 20 Aug 2022 16:19:08 +0300 Subject: [PATCH] s/not absent/absent/ --- articles/ssh-alerts-landchad-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.25.1