Replace dropbear by openssh-server using imagebuilder

This commit is contained in:
Lee Miller 2023-01-25 10:50:40 +02:00
parent 79f18da3a5
commit 96985a61db
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 1 deletions

View File

@ -81,9 +81,10 @@ PACKAGES="kmod-nf-nathelper-extra kmod-rtc-ds1307 \
luci-ssl-nginx luci-app-acme \
python3-packages python3-yaml \
wireguard-tools wget-ssl \
openssh-server \
"
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}"
make image PROFILE=rpi-4 PACKAGES="${PACKAGES}" DISABLED_SERVICES="dropbear"
make manifest PROFILE=rpi-4 PACKAGES="${PACKAGES}"