I'm having trouble authenticating via ssh from my MacBook to my Azure DevOps git repository. I have setup my ssh keys as described here https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=vsts , and am attempting to clone my repo via the ssh url provied in my account.
git clone myorg@vs-ssh.visualstudio.com:v3/myorg/my-repo/my-repo
but I keep getting an authentication error.
remote: Public key authentication failed.