Skip to content

Instantly share code, notes, and snippets.

View meza360's full-sized avatar
👨‍💻
Working on a project

Giovani Meza meza360

👨‍💻
Working on a project
View GitHub Profile
@johnkors
johnkors / .sshconfig
Created October 20, 2019 04:42
SSH config working with Azure DevOps and others
# https://docs.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops#i-have-multiple-ssh-keys--how-do-i-use-different-ssh-keys-for-different-ssh-servers-or-repos
Host ssh.dev.azure.com
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa.azureaccount
IdentitiesOnly yes
User git
Host *