You can remotely manage your Linux instances from anywhere by connecting from a mobile device. This topic describes how to connect to a Linux instance by using password authentication, with examples for iTerminal on iOS and JuiceSSH on Android.
Prerequisites
A Linux instance is created.
A logon password is set for the instance. If you have not set a password for the instance or if you have forgotten the password, you must reset the password for the instance. For more information, see Reset the logon password of an instance.
A public IP address or an elastic IP address (EIP) is associated with the instance.
The instance is in the Running state.
The following rules are added to the security group to which the instance belongs. For more information, see Add a security group rule.
Network type
Rule direction
Action
Port range
Priority
Authorization object
VPC
Inbound
Allow
SSH (22)
1
0.0.0.0/0
Connect to a Linux instance (iTerminal for iOS)
This example uses password authentication.
Download iTerminal.
Start iTerminal.
Tap SSH at the top of the page.

Enter the connection information, and then tap Connect.
Nickname: Enter a name for the host. In this example, the name is DocTest.
Host Name or IP Address: Enter the static public IP address or EIP of the Linux instance.
Port: Enter the port number 22.
User Name: Enter the instance's username, such as root or ecs-user.
Password: Enter the logon password of the instance.

You are now connected to the Linux instance.

Connect to a Linux instance (JuiceSSH for Android)
This example uses password authentication.
Install JuiceSSH.
Start JuiceSSH.
Tap Manage Connections.

Tap the
icon.
Enter the connection information, and then tap the
icon.Nickname: Enter a name for the connection. In this example, the name is DocTest.
Type: Retain the default value SSH.
Address: Enter the static public IP address or EIP of the Linux instance.
Configure the Identity.
Tap Identity and select New from the drop-down list.
Enter the following information and tap the
icon. Nickname: Optional. You can set a name for the identity to help you manage it. In this example, the name is DocTest.
Username: Enter the instance's username, such as root or ecs-user.
Password: Tap UPDATE/CLEAR and enter the logon password of the instance.

Port: Enter the port number 22.

Confirm the message and tap ACCEPT.

(Optional) On your first connection, a prompt for settings such as font configuration may appear. Confirm the information and tap OK - I’VE GOT IT!.

You are now connected to the Linux instance.