Yocto openssh

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Yocto openssh

10,086 Views
LPs
Contributor III

Hi all,

  I'm working with Yocto fsl-relese-bsp.

I'm baking fsl-image-qt5, and I added the ssh-server-openssh EXTRA_IMAGE_FEATURES to the recipe.

The bitbake worked well, but after the startup the root user ask me for a password.

Before adding ssh-server-openssh the root password was empty.

What is the standard password for this package?

Labels (3)
0 Kudos
1 Reply

2,939 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello LPs,

You may find useful to see the EXTRA_IMAGE_FEATURES section on the Yocto reference manual (link below). Especially the debug-tweaks feature which sets the ssh root access to a blank password.

http://www.yoctoproject.org/docs/1.7/ref-manual/ref-manual.html#var-EXTRA_IMAGE_FEATURES

If you’re looking for a more permanent solution you should patch the source code to add the desired username and password.

0 Kudos