How Do I Handle a Weak Password Alarm?
Servers using weak passwords are exposed to intrusions. If a weak password alarm is reported, you are advised to change the alarmed password immediately.
Causes
- If simple passwords are used and match those in the weak password library, a weak password alarm will be generated.
- A password used by multiple member accounts will be regarded as a weak password and trigger an alarm.
Checking and Changing Weak Passwords
- Log in to the management console.
- In the upper left corner of the page, select a region, click
, and choose .
- Choose and click the Common Weak Password Detection tab.
- Check the server, account name, account type, and usage duration of the alarmed weak password. Log in to the server and change the password.
Changing a Weak Password
System | Procedure | Remarks |
---|---|---|
Windows OS | To change the password in the Windows 10, perform the following steps:
| None |
Linux OS | Log in to the Linux server and run the following command: passswd [<user>] | Replace <user> with the username. If you do not specify any username, you are changing the password of the current user. After the command is executed, enter the new password as prompted. |
MySQL database |
| None |
Redis database |
| Replace <password> with the new password. If there is already a password, the command will change it to the new password. If there has been no password set, the command will set the password. |
Tomcat |
| None |
- Causes
- Checking and Changing Weak Passwords
- Changing a Weak Password