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 23fcf3b commit a634517Copy full SHA for a634517
ci-ubuntu-2204.yml
@@ -166,7 +166,9 @@ provisioners:
166
# - type: shell
167
# inline: "ls -lah /opt/couchdb/"
168
- type: shell
169
- inline: "sudo ssh-keygen -A && sudo dpkg-reconfigure openssh-server && sudo cat /etc/ssh/sshd_config"
+ inline: "sudo systemctl disable --now ssh.socket && sudo systemctl enable --now ssh.service"
170
+# - type: shell
171
+# inline: "sudo rm /etc/ssh/sshhost* && sudo ssh-keygen -A && sudo dpkg-reconfigure openssh-server && sudo cat /etc/ssh/sshd_config"
172
173
scripts:
174
- packer-scripts/create-image-metadata-tarball
0 commit comments