diff --git a/ntfy-ssh b/ntfy-ssh new file mode 100755 index 0000000..97a2d23 --- /dev/null +++ b/ntfy-ssh @@ -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