/PushAlotAuth

A service that will send you a "Pushalot" notification when any kind of auth happens on a Linux system.

Primary LanguageGoApache License 2.0Apache-2.0

PushAlotAuth

A service that will send you a "Pushalot" notification when any kind of auth happens on a Linux system.

Say it with pixels

Don't want to go though the setup with go?

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"
      ]
    }
  ]
}