Here is what I've done:
- Downloaded Raspbian Jessie Lite Release 2017-03-02.
- Used Etcher on the Mac to burn the image to the SD card.
- Created an empty ssh file in /boot via touch /Volumes/boot/ssh and confirmed it was successfully created.
- Put the SD card into the Pi, hooked it up via Ethernet and plugged in USB power.
The Pi boots and grabs an IP address. I can ping it. However, when I try to ssh into it via ssh pi@192.x.x.x I get ssh: connect to host 192.x.x.x port 22: Connection refused.
When I remove the SD card and put it back into my MacBook, I do see that the ssh file has been removed, which to me confirms that the Pi did in fact "see" it on boot.
Why does the connection get refused? I do need to find a way for a completely headless setup. This is getting really tedious. Any help or advise is greatly appreciated.