- Flush SD card with the newest Lite OS.
- Touch /boot/ssh on the pi.
- Connect pi to the Internet router via a network cable.
- Connect dev machine to same router.
- ssh pi@
the ip address with password 'raspberry'.
- Change the password.
- Change hostname to pi-
nextname.
- Connect the pi to the Raft router via wireless.
- Run
sudo apt-get update.
- Reboot.
- Run
ssh-keygen -t ed25519 -f .ssh/pi-nextname
- Copy SSH key pub file to pi.
mkdir -p .ssh
mv pi.pub .ssh/authorized_keys