I'm setting up a Raspberry Pi for the first time, and have been SSHing into it on a Mac on the same network like so:
ssh pi@raspberrypi.local
However on my Windows 10 box (also on the same network) this hostname does not resolve. I've tried ipconfig /flushdns
, nslookup raspberrypi.local
and similar commands to get my Windows machine to see the Raspberry Pi but to no avail. Since it's working on my Mac it doesn't seem like a router issue.
What can I do to connect to my Pi by hostname on Windows?