For the Debian builds (Raspbian), the default username/password is pi/raspberry.
Once logged in, you can create new users by:
sudo adduser yourname
You can enable the root user by (the same procedure will reset any user’s password:
sudo passwd root
If you’re using ssh, then setting up keys saves a lot of time.
Leave a Reply