Skip to content

Commit

Permalink
Address Net::SSH::HostKeyMismatch seen locally between bin/test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdkent committed Jan 9, 2024
1 parent 4b05068 commit 2a8924b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/integration/docker/deployer/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@ install_kamal
push_image_to_registry_4443 nginx 1-alpine-slim
push_image_to_registry_4443 traefik v2.9
push_image_to_registry_4443 busybox 1.36.0

# .ssh is on a shared volume that persists between runs. Clean it up as the
# churn of temporary vm IPs can eventually create conflicts.
rm -f /root/.ssh/known_hosts

0 comments on commit 2a8924b

Please sign in to comment.