Connect to Your Raspberry Pi With SSH From Linux, macOS, or Windows 10

Connect to Your Raspberry Pi With SSH From Linux, macOS, or Windows 10

You can use SSH to connect to your Raspberry Pi from a Linux or Windows 10 PC, or Apple Mac, without installing any additional software.

Open a Terminal window (Command Prompt in Windows 10) and enter:

ssh pi@192.160.0.32

Remember to use your own IP address (from Step 4) after the @ symbol.

Enter yes and press RETURN to connect to the terminal.

Enter ls to view the directory files on your remote computer, and exit to log out.

Continue Reading Raspberry Pi SSH Tutorial