Skip to content

Commit

Permalink
fix(ssh): link sshd.pam to sshd in Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Aug 12, 2024
1 parent a085388 commit bdc5ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/src/ssh/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if [ "${ENABLED:-}" = "true" ]; then
"alpine")
# shellcheck disable=SC2086
apk add --no-cache openssh-server-pam openssl
ln -sf /usr/sbin/sshd.pam /usr/sbin/sshd
rm -f /etc/conf.d/sshd /etc/init.d/sshd
PRIVSEP_DIR=/var/empty
;;
Expand Down

0 comments on commit bdc5ece

Please sign in to comment.