add ntfy
This commit is contained in:
parent
968904bd3c
commit
80eb8e56da
1 changed files with 9 additions and 0 deletions
9
ntfy-ssh
Executable file
9
ntfy-ssh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
curl -s \
|
||||
-X POST \
|
||||
-H prio:high \
|
||||
-H tags:warning \
|
||||
-d "SSH Activity
|
||||
Connection ${SSH_CONNECTION}" \
|
||||
https://dring.slowte.ch/ssh \
|
||||
> /dev/null
|
Loading…
Reference in a new issue