Termux
Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required
- 1.

2. Run the app and install the SSH for the program by typing:
pkg install openssh
4. Connect your instance by using the Termux app and use the following command:
ssh [email protected]<INSTANCEIPADDRESS>
5. Click "yes" for authentication and retype again the command to access your instance. After that, type the unique password associated with your instance that comes from your cloud provider.
Last modified 2yr ago