One more vote for sshguard, I use it here with success, just need to
create a rule like:
block in on $ext_if proto tcp from <sshguard> to any port ssh
And run sshguard, it will get any host trying random passwords with no
success to the <sshguard> table.
Don't know it there are any alternative more openbsd focused.
Alexander Polakov escreveu:
2008/11/6, Charlie Clark <[EMAIL PROTECTED]>:
Hi,
I have noticed that people constantly try to brute force sshd on my
openbsd box, on my server I use fail2ban to prevent this and wondered if
there is a similar solution for openbsd.
Have you tried sshguard?