From e5dc7ca3812a7db3374a84f159eeae897d1ba499 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 19:10:10 +0300 Subject: .ssh: work around Bitbucket issues --- %HOME%/.ssh/config | 5 +++++ 1 file changed, 5 insertions(+) (limited to '%HOME%/.ssh/config') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 690f3ff..bb3722d 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -24,6 +24,11 @@ Include ~/.ssh/config_local Host bitbucket.org User git + # Work around Bitbucket's OpenSSH incompatibility. + # Source: https://jira.atlassian.com/browse/BCLOUD-21402 + # TODO: ditch Bitbucket forever as soon as possible. + HostKeyAlgorithms +ssh-rsa + PubkeyAcceptedAlgorithms +ssh-rsa Host github.com User git -- cgit v1.2.3