benjojo / PushAlotAuth

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Go 100.0%