From fb7cad99b08d76ffb942075b95fb31ee76492383 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 4 Apr 2023 00:52:57 +0200 Subject: Update ssh playbook --- playbooks.d/ssh/share/notify.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 playbooks.d/ssh/share/notify.sh (limited to 'playbooks.d/ssh/share/notify.sh') diff --git a/playbooks.d/ssh/share/notify.sh b/playbooks.d/ssh/share/notify.sh deleted file mode 100644 index 00e0b9f..0000000 --- a/playbooks.d/ssh/share/notify.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -if [ "$PAM_TYPE" != "open_session" ] -then - exit 0 -fi - -ntfy send "$PAM_USER@$(hostname -f)" "Login Succesful" -- cgit v1.1