[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-security] URGENT Hacking



> I've been told to try and find a way of having it lock you out after 10
> wrong attempts for a period of time, any ideas how to do this?

In /etc/proftpd.conf add

<VirtualHost x.your.ip.x >
         MaxLoginAttempts        3

or as many tries that you want.

Zeffie