Checkout git submodule in Azure Pipeline with SSH
问题 I try to checkout the git submodules via ssh instead of https (default if you use "Checkout submodules") in an Azure DevOps Pipeline. With the option in the picture it works - but for the developers it's annoying to enter the password all the time if they are working with the repository. For that I used the following instructions to add the ssh key. I created a public and a private key, and copied the known_host entry. That's my YAML file snippet: stages: - stage: DeployBackend jobs: - job: