SSH Keys for Azure Devops

SSH keys are a verification method which you can use to clone repos from Azure Devops onto the WSL.

Generate ssh key

ssh-keygen -C "user@email.com"

View public key

cat ~/.ssh/id_rsa.pub

Add the public key to Azure DevOps. Make sure when you clone repos, that you are selecting the URL configured for SSH, rather than HTTPS.