Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git-extra: disable CBC ciphers in ssh_config again #421

Merged
merged 1 commit into from
Jun 2, 2022

Conversation

dscho
Copy link
Member

@dscho dscho commented Jun 1, 2022

We had to re-enable them in b46fba6 (git-extra: re-enable some SSHv1 protocols, 2017-10-12) after an OpenSSH upgrade disabled them.

The reason why we had to re-enable those ciphers is gone now, though: Azure Repos understand newer (safer) ciphers.

We had to re-enable them in b46fba6 (git-extra: re-enable some SSHv1
protocols, 2017-10-12) after an OpenSSH upgrade disabled them.

The reason why we had to re-enable those ciphers is gone now, though:
Azure Repos understand newer (safer) ciphers.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@dscho dscho self-assigned this Jun 1, 2022
@dscho dscho merged commit 092c857 into git-for-windows:main Jun 2, 2022
@dscho dscho deleted the disable-cbc-ciphers-again branch June 2, 2022 07:03
@dscho
Copy link
Member Author

dscho commented Jun 2, 2022

The build is running.

@dscho
Copy link
Member Author

dscho commented Jun 2, 2022

The build is running.

And it succeeded!

dscho added a commit that referenced this pull request Jun 2, 2022
SSH's CBC ciphers, which were re-enabled in 2017 to
better support Azure Repos [have again been disabled by
default](#421)
because Azure Repos does not require them any longer.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant