Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bvanderlugt/eef6f14ae53b506170f77cb2f035a6dc to your computer and use it in GitHub Desktop.
Save bvanderlugt/eef6f14ae53b506170f77cb2f035a6dc to your computer and use it in GitHub Desktop.
ssh keys in automation env
Note: In automated pipelines, you may need to run the following command for your Git repository prior to calling terragrunt to ensure that the ssh host is registered locally, e.g.:
$ ssh -T -oStrictHostKeyChecking=no git@github.com || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment