|
From: Georg L. <jor...@ma...> - 2016-07-28 18:28:40
|
On 28/07/16 11:27, Georg Lehner wrote:
...
>
> sh: 1: exec: NONE/libexec/sshg-fw: not found
>
> - After some processing sshguard stops because of a broken pipe.
> See the attached sshguard.log for the error messages.
>
> My guess: sshg-fw is not run (first error), and when the first attacker
> should be added the half-open pipe breaks.
>
...
In fact, the auto{make,configure} machinery does not supply a default
prefix. After doing:
./configure --prefix=/usr/local --with-firewall=iptables
I got a working sshguard.
Running now in production, any findings will be reported.
Best Regards,
Georg Lehner
|