A service that will send you a "Pushalot" notification when any kind of auth happens on a Linux system.
I can relate with that. Just download a precompiled version for your OS/Arch in the releases and run like so
./PushAlotAuth
After it makes you a first time config, edit that config and test that it works by running it again.
After that you can run it "forever" by doing
nohup ./PushAlotAuth &
##Sample setup
{
"Token": "Fillmein",
"Watches": [
{
"Path": "/var/log/auth.log",
"TriggerWords": [
"Accepted publickey",
"Accepted password"
]
}
]
}