This commit is contained in:
Pierre Guillod 2023-08-03 10:20:03 +02:00
parent 968904bd3c
commit 80eb8e56da
Signed by: pierre
GPG key ID: 41B31B007654CC17

9
ntfy-ssh Executable file
View 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