Skip to content

Instantly share code, notes, and snippets.

@daryltucker
Created January 3, 2022 16:49
Show Gist options
  • Save daryltucker/e1a4a1a4513df2cf3a5e0acafaae4b1d to your computer and use it in GitHub Desktop.
Save daryltucker/e1a4a1a4513df2cf3a5e0acafaae4b1d to your computer and use it in GitHub Desktop.
Azure Devops SSH Configuration
Host vs-ssh.visualstudio.com
Hostname vs-ssh.visualstudio.com
User ORGANIZATION_NAME
PubKeyAuthentication yes
IdentityFile ~/.ssh/ORGANIZATION_NAME
IdentitiesOnly yes
PubkeyAcceptedKeyTypes +ssh-rsa
# Azure Devops uses ORGANIZATION_NAME vs git for login
# debug1: send_pubkey_test: no mutual signature algorithm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment