Metadata-Version: 2.1
Name: hared
Version: 1.3
Summary: hare daemon
Home-page: https://jpmens.net/2018/03/25/alerting-on-ssh-logins/
Author: Jan-Piet Mens
Author-email: jp@mens.de
License: MIT
Keywords: UDP MQTT daemon PAM login SSH
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: POSIX
Classifier: Topic :: Communications
Classifier: Topic :: Internet

Hared
-----

To use (with caution), simply run::

    hared

The program reads a configuration file at ``/usr/local/etc/hared.ini``
or one specified as ``$HARED_INI``. This INI file looks like this with
the following defaults:

::


    [defaults]
    verbose = False
    listenhost = localhost
    listenport = 8035
    mqtthost = 127.0.0.1
    mqttport = 1883
    topic = logging/hare

FreeBSD:

::

    pkg install py36-pip

You are encouraged to use our Go version of ``hared``
