Azure DevOps hosted git, and Bastion, failing to negotiate encryption?

Ángel angel at pgp.16bits.net
Sun May 22 08:00:41 AEST 2022


On 2022-05-21 at 14:04 -0400, Nico Kadel-Garcia wrote:
> Since the dominating problem is the git client usage, I'm more
> concerned with running:
> 
>      GIT_SSH_COMMAND='git -v -v -v -v -v' git clone azure-server-git-url

I think you mean
  GIT_SSH_COMMAND='ssh -v -v -v -v -v' git clone azure-server-git-url

but it may be easier to just work with
  ssh -v -v -v azure-server-git-server git-upload-pack /url


I'm afraid I have no pony for you, Nico. My guess is that the CIS
hardening removed something (e.g. ssh-rsa) which is the only one
supported by that Azure git service, but you surely had a similar guess
already.


Regards




More information about the openssh-unix-dev mailing list