How to Access Your Raspberry Pi From Your Mac Remotely

by HanaA11 in Circuits > Apple

4088 Views, 4 Favorites, 0 Comments

How to Access Your Raspberry Pi From Your Mac Remotely

IMG_0180.JPG

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

Enable SSH

1.JPG
2.JPG

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

2. Click on Interfaces

3. On SSH, choose Enable

Connect to Your Device Using Mac

Screenshot 2020-05-11 03.30.32.png

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