ansible-playbooks/misc/ntfy-ssh

10 lines
174 B
Text
Raw Permalink Normal View History

2023-08-03 10:20:03 +02:00
#!/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