Skip to content

Commit

Permalink
Disable strict host key checking for Pantheon (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish authored Dec 8, 2023
1 parent e1e7b57 commit d2181df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scaffold/github/actions/common/ddev/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ runs:
# Disable strict host key checking for Pantheon as ssh-keyscan will not
# return a stable response.
if [ -f "pantheon.yml"]; then
echo -e "Host *.drush.in\\n\\tStrictHostKeyChecking no\\n\tLogLevel ERROR\\n" >> ~/.ssh/config
if [ -f "pantheon.yml" ]; then
echo -e "Host *.drush.in\\n\\tStrictHostKeyChecking no\\n\tLogLevel ERROR\\n" >> .ddev/homeadditions/.ssh/config
fi
chmod 600 .ddev/homeadditions/.ssh/config
Expand Down

0 comments on commit d2181df

Please sign in to comment.