ansible-playbooks/misc/ntfy-ssh

9 lines
174 B
Bash
Executable file

#!/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