10-06-2024, 11:11 AM
(This post was last modified: 10-06-2024, 11:12 AM by Tim Curtis.)
(10-06-2024, 10:25 AM)Paccidat Wrote: Does this mean that it will not work if you don't edit settings in rpi imager?
OK.. Wasn't expecting that..
Correct.
We significantly improved the security of our release images for everyones benefit starting way back in March 2023 by removing default embedded userids and passwords and disabling SSH by default.
This follows the process used for official Raspberry Pi images and its done because any Images with default userid and passwords are highly vulnerable to malicious attacks.
Here is an excerpt from our 2023-03-14 release notes.
Code:
################################################################################
#
# 2023-03-14 moOde 8.3.0 (Bullseye)
#
################################################################################
.
.
Security (New image only)
- UPD: The ISO image does not contain the userid pi, SSH service, WiFi SSID or
Access Point password. Refer to the moOde Setup guide for details on
how to set these up.
.
.