Skip to content

Commit 6d2b071

Browse files
committed
SSH fix for Jammy, again
1 parent 336d3e6 commit 6d2b071

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci-ubuntu-2204.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ provisioners:
165165
# inline: "sudo chown -R couchdb:couchdb /opt/couchdb/"
166166
# - type: shell
167167
# 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"
168170
- type: shell
169171
scripts:
170172
- packer-scripts/create-image-metadata-tarball

0 commit comments

Comments
 (0)