mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
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.
6 lines
105 B
Text
6 lines
105 B
Text
[defaults]
|
|
verbose = False
|
|
listenhost = localhost
|
|
listenport = 8053
|
|
mqtthost = 127.0.0.1
|
|
mqttport = 1883
|