You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I need to store all the failed login attempts (including the reason for the failure) in a database and for that, I'm using sftpgo-plugin-eventstore.
The problem is that some refused connections are not inserted into the database. For example, if I try to use a not-supported KEX algorithm, the login fails but nothing is inserted into the database:
Log event 4 should be inserted when the algorithm negotiation fails, right? I also tried to use the pre_login_hook and post_login_hook options, but the reason why the login failed seems to not be included.
Is there another way to get all the failed login attempts (including the reason)? It does not matter if the results are directly inserted into a database or sent via a webhook.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I need to store all the failed login attempts (including the reason for the failure) in a database and for that, I'm using
sftpgo-plugin-eventstore
.The problem is that some refused connections are not inserted into the database. For example, if I try to use a not-supported KEX algorithm, the login fails but nothing is inserted into the database:
I'm using the default plugin config:
Log event
4
should be inserted when the algorithm negotiation fails, right? I also tried to use thepre_login_hook
andpost_login_hook
options, but the reason why the login failed seems to not be included.Is there another way to get all the failed login attempts (including the reason)? It does not matter if the results are directly inserted into a database or sent via a webhook.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions