Re: limiting brute force attacks

2006-02-28 Thread Philip Hallstrom
I've seen some efforts from the netfilter community on Linux to provide a means to limit brute-force attacks via firewall rules. Can anyone suggest a way to do the same on FreeBSD? I'm primarily interested in limiting attacks on sshd. I already use RSA auth, but I like defense-in-depth. http://

Re: limiting brute force attacks

2006-02-28 Thread [EMAIL PROTECTED]
Karol Kwiatkowski wrote: Michael P. Soulier wrote: Hey people, I've seen some efforts from the netfilter community on Linux to provide a means to limit brute-force attacks via firewall rules. Can anyone suggest a way to do the same on FreeBSD? I'm primarily interested in limiting attacks on

Re: limiting brute force attacks

2006-02-28 Thread Karol Kwiatkowski
Michael P. Soulier wrote: > Hey people, > > I've seen some efforts from the netfilter community on Linux to provide a > means to limit brute-force attacks via firewall rules. Can anyone suggest a > way to do the same on FreeBSD? > > I'm primarily interested in limiting attacks on sshd. I already

Re: limiting brute force attacks

2006-02-28 Thread Daniel Gerzo
Hello Michael, Tuesday, February 28, 2006, 4:25:55 PM, you contributed this to our collective wisdom: > Hey people, > I've seen some efforts from the netfilter community on Linux to provide a > means to limit brute-force attacks via firewall rules. Can anyone suggest a > way to do the same on F

limiting brute force attacks

2006-02-28 Thread Michael P. Soulier
Hey people, I've seen some efforts from the netfilter community on Linux to provide a means to limit brute-force attacks via firewall rules. Can anyone suggest a way to do the same on FreeBSD? I'm primarily interested in limiting attacks on sshd. I already use RSA auth, but I like defense-in-dep