s/not absent/absent/
[web-old.git] / articles / ssh-alerts-landchad-style.md
index c22f6f09cf2f9330bd4a98105cbffbf2ceef939b..9f6e280227266e6f26ba734ef9407c8925c5bc84 100644 (file)
@@ -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).