Throttled Authenticator Authentication for user will be delayed

Need help with FileZilla Server? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
feraf
500 Command not understood
Posts: 1
Joined: 2024-03-01 17:12
First name: Felipe
Last name: Rafailov

Throttled Authenticator Authentication for user will be delayed

#1 Post by feraf » 2024-03-01 17:18

Dear comunnity,

I am using FileZilla Server version 1.8.1.

I had an issue where my clients could not connect to my FTP server.

After searching my LOG's for a clue I found several messages like this:

2024-02-29T06:11:05.445Z DW [Throttled Authenticator, FTP Session: 231413] Authentication for user XXX from IP YYY will be delayed 59s.

I am behind a SRC NAT firewall so all my connections come from the same IP address.

Because of this my clients could not login to my server which caused a lot of issues.

Is there a way to disable this behavior? I can not find any setting for this "Throttled Authenticator". What can I do?

Thank you all for your support!

User avatar
boco
Contributor
Posts: 26940
Joined: 2006-05-01 03:28
Location: Germany

Re: Throttled Authenticator Authentication for user will be delayed

#2 Post by boco » 2024-03-01 19:11

That's an automatic Anti-DOS measure, it triggers after multiple failed authentications from one IP. Being a security feature, you cannot disable it.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

User avatar
oibaf
Contributor
Posts: 404
Joined: 2021-07-16 21:02
First name: Fabio
Last name: Alemagna

Re: Throttled Authenticator Authentication for user will be delayed

#3 Post by oibaf » 2024-03-02 10:07

If you look up in the log file you will find the reason for that throttling.

You should see lines like "Recording failed login for user X from IP a.b.c.d" and either or both "User X has failed login too many times (>= 5) within a 60s time window. Next login will be delayed Ys from now." and "Login from IP a.b.c.d has failed too many times (>= 5) within a 60s time window. Next login will be delayed Ys from now."

As @boco said, this feature is built in and it's currently not possible to disable or configure with different time settings.

Post Reply