Restrict user attempts to log on

Source: Internet
Author: User
Restrict user attempts to log on-Linux general technology-Linux technology and application information. The following is a detailed description. Dear heroes:

I made a configuration in/etc/pam. d/system-auth to limit the number of user attempts:
Add the following sentence at the beginning of the auth field:
Auth required pam_tally.so deny = 3 unlock_time = 300 even_deny_root_accounct no_reset
Add at the beginning of the account Field
Account required pam_tally.so
The purpose of these statements is to deny the Account Login for 300 seconds after logon failure three times in a row, and after successful logon, the counter is not reset to zero (no_reset), but I tried it several times.
After successfully logging on, the system returns to zero. I 'd like to know how to handle this problem!
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.