Raspberry Pi
Raspberry Pi OS
Headless configuration of Raspberry Pi OS
see Raspberry Pi Documentation.
To enable ssh add an empty file boot.txt
to the boot partition.
To create a user add a file userconf.txt
to the boot partition containing
<username>:<encrypted password>
You can generate the encrypted password via
openssl passwd -6