Updated on 2022-08-16 GMT+08:00

Logging In to a Linux ECS from a Mobile Terminal

Scenarios

This section describes how to access a Linux ECS from a mobile terminal.

Prerequisites

  • The target ECS is running.
  • You have obtained the username and password for logging in to the ECS.
  • You have bound an EIP to the ECS. For details, see Binding an EIP.

Logging In to a Linux ECS from an iOS Terminal

Before performing the operation, make sure that you have installed an SSH client tool, taking Termius as an example, on the iOS terminal. In this example, the Linux ECS runs CentOS 7.6, and it is authenticated using a username and password.
  1. Start Termius and tap New Host.
    Figure 1 New Host
  2. On the New Host page, set the following parameters:
    • Alias: Enter the hostname. In this example, set this parameter to ecs01.
    • Hostname: Enter the EIP bound to the target ECS.
    • Use SSH: Enable it.
    • Host: Enter the EIP bound to the target ECS.
    • Port: Enter port number 22.
    • Username: Enter root.
    • Password: Enter the login password.
      Figure 2 Setting parameters
  3. Tap Save in the upper right corner of the page to save the login settings. On the Hosts page, tap the name of the connection.
    Figure 3 Login information

    If the following page is displayed, you have connected to the Linux ECS.

    Figure 4 Connected

Logging In to a Linux ECS from an Android Terminal

Before performing the operation, make sure that you have installed JuiceSSH on the Android terminal. In this example, the Linux ECS runs CentOS 7.6, and it is authenticated using a username and password.
  1. Start JuiceSSH and tap Connections.
    Figure 5 Starting JuiceSSH
  2. On the Connections page, tap .
    Figure 6 Connections
  3. On the New Connection page, add basic and advanced settings and save the settings. The parameters are as follows:
    • Nickname: Set the name of the login session. In this example, set this parameter to linux_test.
    • Type: Retain the default value SSH.
    • Address: Enter the EIP bound to the target Linux ECS.
    • Perform the following operations to set Identity:
      1. Tap Identity and choose New from the drop-down list.
      2. On the New Identity page, set the following parameters and tap .
        • Nickname: Set an identity name as required to facilitate subsequent management. This parameter is optional. In this example, set it to linux_test.
        • Username: Enter root.
        • Password: Tap SET (OPTIONAL), enter the login password, and tap OK.
          Figure 7 New Identity
    • Port: Enter port number 22.
      Figure 8 Port
  4. On the Connections page, tap the created connection.
    Figure 9 Connections
  5. Confirm the information that is displayed and tap ACCEPT.
    Figure 10 Confirming the information
  6. (Optional) When you log in to the ECS for the first time, JuiceSSH displays a tutorial for you, including setting the font size and popping up the keyboard. Confirm the information and click OK - I'VE GOT IT.
    Figure 11 Tutorial

You have logged in to the Linux ECS.

Figure 12 Successful login