Skip to content

Use IdentitiesOnly=yes option in QA git clone

Stan Hu requested to merge sh-qa-git-clone-identities-only into master

What does this MR do and why?

Without the SSH option -o IdentitiesOnly=yes the SSH client will attempt to authenticate with every public key that it has. This can cause failures in tests if there are enough identities to cause the SSH client to give up before it tries the key specified via the command-line.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Stan Hu

Merge request reports