:: Re: [DNG] Beowulf on RPI2 login pro…
Top Page
Delete this message
Reply to this message
Author: Ralph Ronnquist
Date:  
To: dng
Subject: Re: [DNG] Beowulf on RPI2 login problem
On Sun, Jan 15, 2023 at 05:41:23PM -0700, Fred wrote:
> ...
> The instructions in the README above say the image is set up to prevent root
> login initially. One has to log in as some user, password which is not
> clearly indicated, at least to me, and then use sudo to become root.


afaict the distributed image des not have any user other than root and
root's password is "disabled".

There might be some first-boot scripting that installs user "pi"
password "board" with passwordless sudo but I couldn't easily see how
that'd work.

If not, you should mount the image (before copying to the device) to
chroot and set password and/or user. for later ssh access.

Ralph.