Fiddling with monitors is annoying. This method lets you get an SSH connection to your Pi without having to connect it to a monitor, find an external keyboard, or manually type in your wifi password.
Taking out the manual process and sending everything over the wire makes it much easier to automate initial config, and I found it very useful when setting up my home servers with Ansible.
Here's how to do it with a macOS host:
cd
into it, then touch ssh
.ifconfig
, then find your bridge interface, bridge100
in my case, and get its network address under inet
.sudo nmap -sS -p 22 192.168.2.1/24
will list out all devices under this block.ssh [email protected]
, with default password raspberry
.