I am trying to push a git repo from PowerShell into an Azure DevOps repo, and I keep getting different auth errors when trying to push it.
I am hoping somebody can sh
Before this I had already tried the other answers, but nothing worked. At last, this article had the solution for me in Fedora.
Running ssh with the -v switch (ssh -v -T git@ssh.dev.azure.com
) revealed this error:
debug1: send_pubkey_test: no mutual signature algorithm
Workaround is to add this line to the client configuration file (~/.ssh/config):
PubkeyAcceptedKeyTypes +rsa-sha2-256,rsa-sha2-512