I have this setup:
1. Debian Linux laptop / Windows 11 PC
2. Raspberry Pi Zero W
3. OTG cable
I'm trying to set it up to work in headless mode (will run Docker on it with Pi-Hole, and probably some other minimal container that doesn't use many resources).
I use RPi Imager from my Debian Linux laptop to burn the image to the SD card, by following the first 3 steps here (latest image of course, not what is there), and add an
ssh
file as well, on top of those instructions:
https://www.ctrl-alt-del.cc/2020/01/mikrotik-pi-zero-pi-hole-advertising.html
Step 4 for Debian Bookworm does not work. Using
ssh
[email protected] I get
ssh: Could not resolve hostname raspberrypi.local: No such host is known.
These steps do work for Bullseye, so a breaking change seems to have happened somewhere.