File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ provisioners:
166
166
# - type: shell
167
167
# inline: "ls -lah /opt/couchdb/"
168
168
- type : shell
169
- inline : " sudo rm /etc/systemd/system/ssh.service.d/00-socket.conf && sudo systemctl disable --now ssh.socket && sudo systemctl enable --now ssh.service && sudo systemctl daemon-reload && sudo systemctl restart ssh"
169
+ inline : " sudo systemctl disable --now ssh.socket && sudo systemctl enable --now ssh.service && sudo systemctl daemon-reload && sudo systemctl restart ssh"
170
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 "
171
+ # inline: "sudo ssh-keygen -A && sudo dpkg-reconfigure openssh-server"
172
172
- type : shell
173
173
scripts :
174
174
- packer-scripts/create-image-metadata-tarball
You can’t perform that action at this time.
0 commit comments