Replace dropbear by openssh-server using imagebuilder
This commit is contained in:
parent
79f18da3a5
commit
96985a61db
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user