5c178b00e5
hare is a small utility designed for use by PAM which sends a UDP packet to py-hared. Here is a typical /etc/pam.d/sshd entry: session optional pam_exec.so /usr/local/sbin/hare 10.1.0.10 py-hared will be runnig at that IP address. From there, the data gets put into mqtt for further processing.
9 lines
386 B
Text
9 lines
386 B
Text
hare is a small utility which is installed in a PAM configuration
|
|
(e.g. for sshd) in order to log successful logins. This is often
|
|
useful to alert on machines which are seldom visited or otherwise monitored.
|
|
|
|
This client works in conjunction with the server sysutils/py-hared
|
|
|
|
This will form part of a centralized message distribution system.
|
|
|
|
WWW: https://github.com/jpmens/hared-hare
|