Ssh not in 3.0b2 by default

Hello everybody,

when building my custom image using bitbake, I could see that the version 2.8b6 had the ssh server already built in the image by default (under folder /etc/ssh).

Using 3.0b2, ssh is not included by default.

I tried to add openssh to my custom console-image.bb:

IMAGE_INSTALL +=  " \
...
...
openssh \
...
"

but it does not seem to work.

Anybody can help me to add it ?

Thanks,
Nicola

With the BSP 3.0 we are back to using Dropbear instead of OpenSSH, so SSH should already just work:

root@apalis-imx8:~# opkg files dropbear
Package dropbear (2018.76-r0) is installed on root and has the following files:
/usr/bin/dbclient
/usr/sbin/dropbearmulti
/etc/dropbear/
/usr/sbin/dropbearkey
/lib/systemd/system/dropbearkey.service
/usr/sbin/dropbearconvert
/lib/systemd/system/dropbear.socket
/etc/default/dropbear
/usr/sbin/dropbear
/etc/pam.d/dropbear
/lib/systemd/system/dropbear@.service

Hi Marcel,

thanks for your answer.

I understand now.

Best regards,
Nicola

You are very welcome.