Re: [SSHd] Increasing wait time?
- From: Norbert Papke <fbsd-ml@xxxxxxxxxxx>
- Date: Tue, 06 May 2008 21:16:19 -0700
On May 6, 2008, Gilles wrote:
Is there a way to configure SSHd, so that the wait time between login
attempts increases after X failed tries?
I run sshd via inetd rather than as a stand-alone daemon. inetd provides
optional rate limiting functionality. For instance. putting
ssh stream tcp nowait/20/4/10 root /usr/sbin/sshd sshd -i
into /etc/inetd.conf set a limit of
* 20 overall ssh connections
* 4 connection attempts per minute
* at most 10 connections from a single IP
This works very well on a personal server, not sure how it scales up.
Cheers,
-- Norbert.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: [SSHd] Increasing wait time?
- From: Mel
- Re: [SSHd] Increasing wait time?
- References:
- [SSHd] Increasing wait time?
- From: Gilles
- [SSHd] Increasing wait time?
- Prev by Date: Re: Port Submission Etiquette
- Next by Date: Re: sshd on FreeBSD default allows blank passwords?
- Previous by thread: Re: [SSHd] Increasing wait time?
- Next by thread: Re: [SSHd] Increasing wait time?
- Index(es):
Relevant Pages
|