How to Access Your Raspberry Pi From Your Mac Remotely

2,750

4

Introduction: How to Access Your Raspberry Pi From Your Mac Remotely

In this tutorial, we will learn how to use the SSH command to access our Raspberry Pi remotely, this will make working on projects much faster

Supplies

Raspberry Pi

Mac

* both should be connected to the same WiFi router

Step 1: Enable SSH

1. Using Raspberry Pi, go to Preferences > Raspberry Pi Configuration

2. Click on Interfaces

3. On SSH, choose Enable

Step 2: Connect to Your Device Using Mac

1. On your Mac, go to Terminal

2. Type this command

ssh pi@raspberrypi.local

3. Terminal will ask to enter a password, enter your password.

* If you never had a password for your Pi, you can enter the default password which is: raspberry

*Terminal might ask "Are you sure you want to continue connecting?" Type yes if this question appeared to you

Now you should be connected to your Raspberry Pi through your Mac

Be the First to Share

    Recommendations

    • Make It Bridge

      Make It Bridge
    • Big and Small Contest

      Big and Small Contest
    • Game Design: Student Design Challenge

      Game Design: Student Design Challenge

    Comments