10 lines
174 B
Text
10 lines
174 B
Text
|
#!/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
|