Port details |
- hare Small C client for sending ssh login notications to a hared server
- 1.0 sysutils
=0 1.0Version of this port present on the latest quarterly branch. - Maintainer: dvl@FreeBSD.org
 - Port Added: 2018-03-27 19:13:26
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: MIT
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/hare/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/hare
- pkg install hare
- PKGNAME: hare
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1522172714
SHA256 (jpmens-hared-hare-1.0_GH0.tar.gz) = a7f006a32f02473c271cab1824c2eda564cd62bda7eee7dd56bea58ff63fb681
SIZE (jpmens-hared-hare-1.0_GH0.tar.gz) = 12848
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_hare
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Jul 2018 14:27:11
1.0
|
amdmi3  |
- Fix LICENSE
Approved by: portmgr blanket |
27 Mar 2018 19:13:11
1.0
|
dvl  |
Adding sysutils/hare and sysutils/py-hared
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. |
Number of commits found: 4
|