SSH Raspberry Pi via Cell Phone

 

Learn how to control your raspberry pi remotely with your cell phone via the SSH protocol. Thankfully the Termius app, available on Android and Apple stores allow us to set this up with ease. I will walk you through the setup in this tutorial.

Before reading the remainder, be sure to subscribe and support the channel if you have not!
Subscribe:
Support:
Hire me at UpWork to build your IoT projects

Step 1: Prepare Your Raspberry Pi for SSH Access

Before you can start controlling your Raspberry Pi remotely, you need to ensure that SSH (Secure Shell) is enabled. SSH allows you to access your Raspberry Pi over the network securely. Here’s how to enable it:
  • Boot up your Raspberry Pi and open the terminal.
  • Enter sudo raspi-config to open the configuration settings.
  • Navigate to "Interfacing Options" and then to "SSH."
  • Choose "Yes" to enable SSH, then select "Finish, " and reboot your Pi if required.

    Step 2: Find Your Raspberry Pi's IP Address

    To connect to your Raspberry Pi, you'll need its IP address. You can easily find this by using the ifconfig command in the terminal. Look for the 'inet' line under the 'wlan0' entry if you are connected via Wi-Fi, or 'eth0' if you’re using an Ethernet cable. This line will display your Raspberry Pi's local IP address.

    Step 3: Setting Up Termius on Your Smartphone

    Now that your Raspberry Pi is ready for remote access, let’s set up the Termius app:
    • Download and Install Termius: Grab the Termius app from your phone's app store and install it.
    • Add Your Raspberry Pi as a Host: Launch Termius and tap on the 'New Host' button. Here, you will enter your Raspberry Pi’s IP address that you noted earlier.
    • Enter Credentials: For authentication, input your Raspberry Pi's username and password. The default usually is 'pi' for the username and 'raspberry' for the password, unless you've changed it.
    • Connect and Control: Hit the ‘Connect’ button. Once connected, you’re ready to execute commands on your Raspberry Pi from your phone, just like you would from a traditional computer terminal.

      Enhancing Your Experience

      This setup not only enhances your productivity but also ensures that you can manage your projects even when you’re away from your desk. The security of SSH also means that your commands and data remain encrypted over your network, keeping your Raspberry Pi secure.
      If you found this tutorial helpful, please consider subscribing and supporting us. Your engagement helps us to keep sharing useful tips and tutorials.
      Are you embarking on an IoT project and need some expert assistance?
      Hire me on UpWork and let’s bring your ideas to life together!

      Create a free account to access full content.

      All access to code and resources on ShillehTek.

      Signup Now

      Already a member? Sign In

      Explore More on Our Blog

      How to Connect and Use the HCSR501 PIR Sensor with a Raspberry Pi Pico/Pico W

      How to Connect and Use the HCSR501 PIR Sensor with a Raspberry Pi Pico/Pico W

      Learn how to set up the HCSR501 PIR sensor with a Raspberry Pi Pico to detect motion and trigger...

      Powering the Raspberry Pi Pico W with the MB102 Power Supply

      Powering the Raspberry Pi Pico W with the MB102 Power Supply

      Learn how to power your Raspberry Pi Pico W projects easily and flexibly with the MB102 Power Supply Module...

      How to Use L298N Motor Driver with Pico W

      How to Use L298N Motor Driver with Pico W

      Learn how to use the L298N motor driver to control DC motors with the Raspberry Pi Pico W in MicroPython.

      Controlling an LED with a Snap Using the KY-037 Sound Sensor and Raspberry Pi

      Controlling an LED with a Snap Using the KY-037 Sound Sensor and Raspberry Pi

      Discover how to set up, code, and activate the LED based on detected sound with the Raspberry Pi...

      Getting Started with the KY-037 Sound Sensor and Raspberry Pi: Detecting Sound Using Python

      Getting Started with the KY-037 Sound Sensor and Raspberry Pi: Detecting Sound Using Python

      In this tutorial, I’ll guide you through setting up the KY-037 sound sensor with a Raspberry Pi using...

      How to Post to Reddit Using Python

      How to Post to Reddit Using Python

      Post to reddit automatically using a Python script.

      How to Create a Time-Lapse Video with a Raspberry Pi Camera

      How to Create a Time-Lapse Video with a Raspberry Pi Camera

      Learn how to make a timelapse with your Raspberry Pi in Python.

      How to Integrate the MPU6050 with the STM32 Blue Pill

      How to Integrate the MPU6050 with the STM32 Blue Pill

      Learn how to measure acceleration with the STM32 and the MPU6050 in the Arduino IDE.

      Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

      Getting Started with STM32 Blue Pill in Arduino IDE Using a USB to TTL Converter — Write Your First Program

      This comprehensive tutorial will guide you through the process of setting up and programming the STM32 Blue Pill...

      Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

      Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch

      In this tutorial, I'll show you how to automatically schedule tasks in AWS at regular intervals using AWS...

      Back to blog

      Leave a comment

      Please note, comments need to be approved before they are published.