We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab02dc commit b1d66d2Copy full SHA for b1d66d2
pkg/cidata/cidata.TEMPLATE.d/boot/10-alpine-prep.sh
@@ -29,6 +29,8 @@ usermod -p '*' "${LIMA_CIDATA_USER}"
29
30
# Alpine disables TCP forwarding, which is needed by the lima-guestagent
31
sed -i 's/AllowTcpForwarding no/AllowTcpForwarding yes/g' /etc/ssh/sshd_config
32
+# Enable PAM so as to load /etc/environment via pam_env
33
+sed -i 's/#UsePAM no/UsePAM yes/g' /etc/ssh/sshd_config
34
rc-service --ifstarted sshd reload
35
36
# mount /sys/fs/cgroup
0 commit comments