Skip to content

Commit

Permalink
SSH fix for Jammy, again
Browse files Browse the repository at this point in the history
  • Loading branch information
smokodon committed Jul 11, 2024
1 parent 336d3e6 commit 6d2b071
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci-ubuntu-2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ provisioners:
# inline: "sudo chown -R couchdb:couchdb /opt/couchdb/"
# - type: shell
# inline: "ls -lah /opt/couchdb/"
- type: shell
inline: "sudo ssh-keygen -A && sudo dpkg-reconfigure openssh-server && sudo cat /etc/ssh/sshd_config"
- type: shell
scripts:
- packer-scripts/create-image-metadata-tarball
Expand Down

0 comments on commit 6d2b071

Please sign in to comment.