Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoGit and Azure DevOPS: agent refused operation
I struggle getting my GIT repositories in Azure working with 1Password keeping my SSH keys. Beside that Azure does not support Ed25519 keys (sigh), so I had to create a RSA key for it, authentication...
Former Member
4 years agoNice. I have installed the latest beta which has this feature.
It is working, but I had to download the public key and set it up like this:
Host *
IdentityAgent ~/.1password/agent.sock
AddKeysToAgent yes
Host ssh.dev.azure.com
HostName ssh.dev.azure.com
User git
PubkeyAcceptedAlgorithms ssh-rsa
HostkeyAlgorithms ssh-rsa
IdentityFile ~/.ssh/harrisj@19wbpf2-gentoo.pub
IdentitiesOnly yes