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