Raspberry Pi - Headless Installation

Generiere das Passwort für einen User

echo 'mypassword' | openssl passwd -6 -stdin

User im Boot-FS hinterlegen !Vor den Boot!

# /bootfs/userconf.txt
## encrpyted-password from step before!!!
username:encrypted-password

Enable SSH

## touch ssh file into boot-fs file
touch ssh