We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85fa986 + 39f99ac commit 8b01efdCopy full SHA for 8b01efd
features/src/ssh/devcontainer-feature.json
@@ -2,7 +2,7 @@
2
"id": "ssh",
3
"name": "SSH",
4
"description": "Sets up SSH into the Dev Environment",
5
- "version": "1.2.0",
+ "version": "1.2.1",
6
"documentationURL": "https://github.com/Automattic/vip-codespaces/tree/trunk/features/src/ssh",
7
"options": {
8
"enabled": {
features/src/ssh/install.sh
@@ -36,6 +36,7 @@ if [ "${ENABLED:-}" = "true" ]; then
36
;;
37
38
"alpine")
39
+ apk upgrade --no-cache 'openssh*' openssl
40
# shellcheck disable=SC2086
41
apk add --no-cache openssh-server-pam openssl
42
ln -sf /usr/sbin/sshd.pam /usr/sbin/sshd
0 commit comments