美文网首页
【mongoDB】How to limit the number

【mongoDB】How to limit the number

作者: Bogon | 来源:发表于2023-01-12 23:57 被阅读0次

    For authentication of MongoDB:

    How to limit the number of login attempts?

    How to set session timeout?

    I am designing security policies for databases.
    Is there any way to limit the number of login attempts to protect DB from brute-force attacks? For example, user have to wait for 2 minutes after 3 falure of loging.
    Is there any way to set a timeout for connnection sessions? For example, kill connection session while there is no interaction for 20 minutes.
    I hadn’t found them by searching MongoDB documents and search engine. Please show me if anyone knows.

    参考

    For authentication of MongoDB: How to limit the number of login attempts? How to set session timeout?

    https://www.mongodb.com/community/forums/t/for-authentication-of-mongodb-how-to-limit-the-number-of-login-attempts-how-to-set-session-timeout/2836

    https://serverfault.com/questions/1012406/for-authentication-of-mongodb-how-to-limit-the-number-of-login-attempts-how-to

    如何使用 fail2ban 防御 SSH 服务器的暴力破解攻击
    https://linux.cn/article-5067-1.html

    相关文章

      网友评论

          本文标题:【mongoDB】How to limit the number

          本文链接:https://www.haomeiwen.com/subject/kdnzyrtx.html