as
  1. Help Center
  2. FAQs
  3. Others
  4. Why Cannot I Use a Key File to Log In to an ECS?

Why Cannot I Use a Key File to Log In to an ECS?

Issue Description

When I used a key file to attempt to log in to an instance in an AS group, the login failed.

Possible Causes

The image in the AS configuration of the AS group is your private one, and the Cloud-Init tool had not been installed when you created the private image.

If the Cloud-Init tool had not been installed when you created a private image, you would fail to customize the ECS configuration. In such a case, you can log in to the ECS only using the original image password or key pair.

Handling Method

  1. Check whether the ECS must be logged in to.
    • If yes, use the original image password or key pair to log in to this ECS.

      The original image password or key pair is the OS password or key pair configured when the private image was created.

    • If no, go to step 2.
  2. Modify the AS configuration of the AS group. For details, see section Replacing an AS Configuration in an AS Group.
NOTE:

Make sure that the Cloud-Init or Cloudbase-Init tool has been installed in the image of the modified AS configuration. For instructions about how to install the Cloud-Init or Cloudbase-Init tool, see Image Management Service User Guide.

After the AS configuration is modified, you can use the key file to log in to the new ECSs that are added when the AS action is performed in the AS group. In such a case, you do not need to use the original image password or key pair to log in to the new ECSs any more.