diff --git a/vagrant/.env b/vagrant/.env index 7c9b5ff..5f508e3 100644 --- a/vagrant/.env +++ b/vagrant/.env @@ -5,6 +5,6 @@ MACHINE1_IP=192.168.56.43 MACHINE1_MAC=08:00:27:9e:f5:3a # https://github.com/tinkerbell/charts/pkgs/container/charts%2Fstack -HELM_CHART_VERSION=0.4.2 +HELM_CHART_VERSION=0.4.3 KUBECTL_VERSION=1.28.3 K3D_VERSION=v5.6.0 diff --git a/vagrant/template.yaml b/vagrant/template.yaml index 89e7698..17369ba 100644 --- a/vagrant/template.yaml +++ b/vagrant/template.yaml @@ -57,7 +57,7 @@ spec: FS_TYPE: ext4 CHROOT: y DEFAULT_INTERPRETER: "/bin/sh -c" - CMD_LINE: "ssh-keygen -A; systemctl enable ssh.service; sed -i 's/^PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config" + CMD_LINE: "ssh-keygen -A; systemctl enable ssh.service; echo 'PasswordAuthentication yes' > /etc/ssh/sshd_config.d/60-cloudimg-settings.conf" - name: "disable-apparmor" image: quay.io/tinkerbell-actions/cexec:v1.0.0 timeout: 90