Help Center> Elastic Cloud Server> FAQs> Passwords and Key Pairs> Passwords> Changing the Login Password on an ECS
Updated on 2024-03-08 GMT+08:00

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.

Table 1 Password complexity requirements

Parameter

Requirement

Example Value

Password

  • Consists of 8 to 26 characters.
  • Contains at least three of the following character types:
    • Uppercase letters
    • Lowercase letters
    • Digits
    • Special characters for Linux: !@%-_=+[]:./^,{}?
  • Cannot contain the username or the username spelled backwards.
  • Cannot start with a slash (/) for Windows ECSs.

YNbUwp!dUc9MClnv

NOTE:

The example password is generated randomly. Do not use it.

Linux

  1. Use the existing key file to log in to the ECS as user root through SSH.

    For details, see Login Using an SSH Key.

  2. Run the following command to reset the password of user root:

    passwd

    To reset the password of another user, replace passwd with passwd username.

  3. 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

Passwords FAQs

more