Skip to content
This repository was archived by the owner on Mar 15, 2020. It is now read-only.
/ PushAlotAuth Public archive

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

License

Notifications You must be signed in to change notification settings

benjojo/PushAlotAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages