How do you connect to a Linux Virtual Private Server using an Android device?

How do you connect to a Linux Virtual Private Server using an Android device?

Connect to a Linux VPS server via Android. We will continue to provide the tools and tips to help you connect to a Linux server via an Android device.

Connect to SSH from an Android Device

To connect to the Ubuntu Linux VPS using your Android phone, you first need to setup the server and install SSH. This tutorial will connect to a CentOS server ( VPS).

Install openssh-server package:

  • sudo: yum-install -y openssh server;

 

We will now configure our Android device.

  1. Google Play: Install "Juice SSH".
  2. Click on Connections in the app.
  3. Click the + icon to provide details about the server
  4. Click on "Identity", then select "New".
  5. Fill in the details and click the tick at the top right corner
  6. Keep the details.
  7. Select the connection you just created to your server.
  8. Enter the Username und Password

 

Congratulations! You have successfully connected from your Android device to the Linux server.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Connect VPS

How to Connect VPS   This tutorial will show you how to connect to your VPS server using SSH....