Context
- I downloaded the latest Raspberry Pi image (64x server) from https://ubuntu.com/download/raspberry-pi
- I created the image as per instructions for mac on https://ubuntu.com/download/iot/installation-media
- My specs are Raspberry pi 3 model b
The Boot goes fine, the connected ethernet connects and system-wize everything is up and running. The login fails however. I'm trying to login using
- user: ubuntu
- pass: ubuntu
as per instructions on https://ubuntu.com/download/raspberry-pi I'm however greeted by the username or password incorrect message. Upon checking the user-data file on the sd-card reveals the following configuration:
# On first boot, set the (default) ubuntu user's password to "ubuntu" and
# expire user passwords
chpasswd:
expire: true
list:
- ubuntu:ubuntu
So by all means logging in should have worked, what am I doing wrong here?