NS8 on minimal debian - missing dependency

Hello,

I installed Debian netinstall 12.5, without selecting any additional software during the installation process (one of the last screens).

When I ran the install script command (after installing curl), I ran into the following error in the final script:
ssh-keygen command not found

I installed openssh-client and relaunched the script, which went smoothly to the end.

I guess it’d be necessary to make sure openssh-client is installed.

Thanks a lot for you work!
Etienne

3 Likes

Thank you Etienne.

As alternative, the ssh-keygen requirement can be dropped. I think it is a pre-stable legacy.

1 Like

This issue fix has been merged and is available for testing in core 2.8.0-dev.2.

To install the next core testing release on a clean Debian 12:

bash install.sh ghcr.io/nethserver/core:2.8.0-dev.2

Check the bug was fixed

2 Likes