IABSD.fr/ports/security/sshlockout

Branch :


Log

Author Commit Date CI Message
d52f616f 2020-09-19 11:06:55 Fix the path to /etc/syslog.conf in the README file Typo reported by Stephane Huc
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
0c403c84 2019-02-07 18:31:00 Update to sshlockout-20190130 ok sthen@
f4b7f813 2018-09-04 12:46:09 convert to PKGSTEM
d1be9be9 2017-11-01 13:23:46 Basic doas(1) instructions for sshlockout sshlockout needs root privileges to modify pf tables. If running as _syslogd (the default for syslogd children), the failure is silent. Requested by sunil@
69887415 2017-07-27 00:08:17 Import sshlockout, a simple ssh brute-force blocker from DragonFlyBSD Mentioned by Solene Rapenne, ok bcallah@ pkg/DESCR: sshlockout(8) will monitor the ssh syslog output and keep track of attempts to login to unknown users as well as preauth failures. If 5 attempts fail in any one hour period, a permanent entry is added to the pf(4) table for the associated IP address.