Skip to content

Commit

Permalink
Merge pull request #120 from rancher-sandbox/openssh-server-pam
Browse files Browse the repository at this point in the history
Still need to install openssh-server-pam
  • Loading branch information
jandubois authored Jan 15, 2024
2 parents 20d2e0f + 47fd208 commit c3583ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genapkovl-lima.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ EOF
mkdir -p "$tmp"/etc/apk
makefile root:root 0644 "$tmp"/etc/apk/world <<EOF
alpine-base
openssh-server
openssh-server-pam
EOF

rc_add devfs sysinit
Expand Down
2 changes: 1 addition & 1 deletion mkimg.lima.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ profile_lima() {
kernel_cmdline="console=hvc0 console=tty0 console=ttyS0,115200"
syslinux_serial="0 115200"
apkovl="genapkovl-lima.sh"
apks="$apks openssh-server"
apks="$apks openssh-server-pam"
if [ "${LIMA_INSTALL_CA_CERTIFICATES}" == "true" ]; then
apks="$apks ca-certificates"
fi
Expand Down

0 comments on commit c3583ad

Please sign in to comment.