/ssh-log-checker

SSH Log Checker

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

SSH log checker

Code Climate

Periodically check SSH logs and warns user with popup if there are any new logins or login attempts. Linux only.

Install

To install into system path run: (if it fails on first try, try second time)

make install

To install dependencies run: (only on Debian based systems)

make install_dep

Usage

run from commandline with:

sshlogchecker

To autostart script with conky, add to .conkyrc:

${execpi 300 sshlogchecker --once > /dev/null }

Show commandline options with:

sshlogchecker --help