Is there a default password for root set? I tried to change to root using putty and it prompted for password. Tried "alpine" (ala RPi) which didn't work. Also tried sudo /etc/passwd root which didn't work for some reason. Any ideas?
There is no root password which means you cannot log in as root directly.
However you can log in as od then run "sudo -i" which will ask you for od's password, and subsequently log you as root.
Thanks, that's useful to know.