aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.ssh/config
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%/.ssh/config')
-rw-r--r--%HOME%/.ssh/config5
1 files changed, 5 insertions, 0 deletions
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