How to Enable SSH on Raspberry Pi OS Without a Screen
Share
Interests
Posted in these interests:
If you’re like me, you don’t always have a spare keyboard/monitor available to set up your Raspberry Pi. I rely heavily on SSH to set up my Pi, but in late 2016 Raspbian images started shipping with SSH disabled for security reasons. Fortunately, you can still enable SSH without a screen using the latest operating system, Raspberry Pi OS.
1 – Put the micro SD card into your computer
This guide assumes that you’ve already installed Raspberry Pi OS on your Pi. If not, go ahead and install it. Then put the SD card into your computer.
How to Install Raspberry Pi OS on Your Raspberry Pi
Get the new official Raspberry Pi OS on your Pi.
2 – Navigate to the boot directory
You’ll have to locate the boot directory, on my Mac it’s in /Volumes/boot.
If you’re on a Mac, open Terminal (Applications > Utilities > Terminal) and type:
cd /Volumes/boot
On Windows, you’ll need to use Command Prompt instead.
3 – Create an empty file called ssh
All you have to do is create an empty file called ssh.
touch ssh
If this file exists, ssh will be enabled when the pi is booted.
4 – Insert the SD card into the Pi and power on
Connect the Pi to a power source to power it on. As long as the Pi is connected via an Ethernet cable (or wifi), you should now be able to ssh in to the Pi.
How to Connect to a Raspberry Pi Remotely via SSH
The preferred (and most common) method of connecting to your Pi to run commands.
If you don’t have easy access to an ethernet connection, you can configure a WiFi connection similar to how we enabled SSH.
How to Set up WiFi on Your Raspberry Pi Without a Monitor (Headless)
No monitor, keyboard, or mouse? No problem.