Skip to content

Commit 47fd208

Browse files
committed
Still need to install openssh-server-pam
While it now includes a proper sshd.pam file, it only gets installed by openssh-server-pam and not openssh-server. Signed-off-by: Jan Dubois <[email protected]>
1 parent 20d2e0f commit 47fd208

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

genapkovl-lima.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ EOF
4444
mkdir -p "$tmp"/etc/apk
4545
makefile root:root 0644 "$tmp"/etc/apk/world <<EOF
4646
alpine-base
47-
openssh-server
47+
openssh-server-pam
4848
EOF
4949

5050
rc_add devfs sysinit

mkimg.lima.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ profile_lima() {
1313
kernel_cmdline="console=hvc0 console=tty0 console=ttyS0,115200"
1414
syslinux_serial="0 115200"
1515
apkovl="genapkovl-lima.sh"
16-
apks="$apks openssh-server"
16+
apks="$apks openssh-server-pam"
1717
if [ "${LIMA_INSTALL_CA_CERTIFICATES}" == "true" ]; then
1818
apks="$apks ca-certificates"
1919
fi

0 commit comments

Comments
 (0)