Metadata-Version: 2.1
Name: hared
Version: 1.0
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
Platform: UNKNOWN

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

FreeBSD:

::

    pkg install py27-pip



