Re: Raspberry Pi images SSH access

2020-04-29 Thread fl4co
I tried adding a root password following the raspi.debian.net page instructions and enabling root access via ssh, but it looks like to me that the script doesn’t work, or more likely I did something wrong. I created the sysconf.txt file with root_pw=password in both /

Re: Raspberry Pi images SSH access

2020-04-29 Thread Alan Corey
Or just use su after you connect On Apr 29, 2020 9:57 AM, "Reco" wrote: > Hi. > > On Wed, Apr 29, 2020 at 02:43:47PM +0200, fl4co wrote: > > Since I use this Pi headless and don’t have a monitor or a USB > > keyboard available for the first boot, I’d like to know if it’s > > possible to e

Re: Raspberry Pi images SSH access

2020-04-29 Thread
Hi I've set up a couple of sdcards for raspberry pi 2 and 4. I've wrote image file to the sdcard with dd and can see the contents when i plug them to card reader. Before plug sdcards i made some customizations. - "etc/ssh/sshd_config" (PermitRootLogin yes) - 'mkpasswd' for generating a new passwo

Re: Raspberry Pi images SSH access

2020-04-29 Thread Reco
Hi. On Wed, Apr 29, 2020 at 02:43:47PM +0200, fl4co wrote: > Since I use this Pi headless and don’t have a monitor or a USB > keyboard available for the first boot, I’d like to know if it’s > possible to enable the SSH daemon by placing a file called ssh or > ssh.txt on the /boot FAT32 par

Re: Raspberry Pi images SSH access

2020-04-29 Thread David Pottage
On 2020-04-29 13:35, fl4co wrote: Hi all, I'd like to install one of the images provided on raspi.debian.net [1]. However, at https://raspi.debian.net/defaults-and-settings/ I read that the root account doesn't have a password and limited to local access only by default. Since I use this Pi

Raspberry Pi images SSH access

2020-04-29 Thread fl4co
Hi all, I’d like to install one of the images provided on raspi.debian.net . However, at https://raspi.debian.net/defaults-and-settings/ I read that the root account doesn’t have a password and limited to local access

Raspberry Pi images SSH access

2020-04-29 Thread fl4co
Hi all, I’d like to install one of the images provided on raspi.debian.net . However, at https://raspi.debian.net/defaults-and-settings/ I read that the root account doesn’t have a password and limited to local access

Re: Preliminary image for Raspberry Pi 4

2020-04-29 Thread basti
Hello Florian, thanks for your work and the link. I have try to use the one from your repo. The rpi 4 hangs on the colored "init" screen and serial does show nothing. Are the images you provide patched against the rpi kernel? On 28.04.20 14:11, Florian La Roche wrote: > Hello Basti, > > the rea

Re: Preliminary image for Raspberry Pi 4

2020-04-29 Thread Florian La Roche
Hello basti, no that kernel is not installed onto the image, that is Debian-upstream until now. You could using a normal amd64-PC and change debian-rpi3-arm64.yaml to download and install this kernel for a read-to-use image. Maybe I'll add this for the next release image. best regards, Florian