raspberrypi / Raspberry-Pi-OS-64bit

Repository for containing issues on the 64 bit operating system (as distinct from the 32 bit one)
466 stars 21 forks source link

ssh default passwd wrong #227

Open rmGFW opened 2 years ago

rmGFW commented 2 years ago

command:ssh pi@raspberrypi.local passwd:raspberry

popcornmix commented 2 years ago

See https://www.raspberrypi.com/news/raspberry-pi-bullseye-update-april-2022/

lurch commented 2 years ago

And also https://www.raspberrypi.com/documentation/computers/getting-started.html#configuration-on-first-boot especially the part where it says:

If you are installing Raspberry Pi OS Lite you will still need to create a new user account. You will therefore be prompted to create an account by text prompts at the command line when you first boot a Lite image. If you are booting Raspberry Pi OS headless you MUST configure the operating system using Raspberry Pi Imager using the Advanced Menu.

mikenor commented 2 years ago

especially the part where it says:

If you are installing Raspberry Pi OS Lite you will still need to create a new user account. You will therefore be prompted to create an account by text prompts at the command line when you first boot a Lite image. If you are booting Raspberry Pi OS headless you MUST configure the operating system using Raspberry Pi Imager using the Advanced Menu.

That is incorrect. Using the Imager tool is NOT a MUST. The link shared earlier by @popcornmix explains:

There are also mechanisms to preconfigure an image without using Imager. To set up a user on first boot and bypass the wizard completely, create a file called userconf or userconf.txt in the boot partition of the SD card....

I can confirm that the /boot/userconf file does work - no Imager required.

lurch commented 2 years ago

Thanks - I've added a note to https://github.com/raspberrypi/documentation/issues/2537