Changing the Login Password on an ECS
Scenarios
This section describes how to change the password for logging in to an ECS when the password is about to expire, the password is forgotten, or you are logging in to the ECS for the first time. It is a good practice to change the initial password upon the first login.
Prerequisites
The ECS can be logged in.
Background
Table 1 shows the ECS password complexity requirements.
Parameter |
Requirement |
---|---|
Password |
|
Windows
- Log in to the ECS.
For details, see Login Overview (Windows).
- Press Win+R to start the Run dialog box.
- Enter cmd to open the command-line interface (CLI) window.
- Run the following command to change the password (the new password must meet the requirements described in Table 1):
net user Administrator New password
Linux
- Use the existing key file to log in to the ECS as user root through SSH.
For details, see Logging In to a Linux ECS Using an SSH Key Pair.
- Run the following command to reset the password of user root:
passwd
To reset the password of another user, replace passwd with passwd username.
- Enter the new password as prompted. Ensure that the new password meets the requirements described in Table 1.
New password: Retype new password:
If the following information is displayed, the password has been changed:passwd: all authentication tokens updates successfully
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot