mkj/dropbear

how to set the unlock time for user using dropbear?

Blanceone opened this issue · 2 comments

hello, I want to set an unlock time for users whose number of authentications exceeds the maximum authentication limit. but i cant find the command in -help. someone know how to do this?

mkj commented

Dropbear doesn't keep track of failed auth attempts (apart from a per-connection limit). Something like fail2ban might do what you want?

Dropbear doesn't keep track of failed auth attempts (apart from a per-connection limit). Something like fail2ban might do what you want?

yes, that is what i want to do. seem its impossible do this with dropbear now. thank you.