From 50008e93748bb767420b06face89e0e9ff45b18f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 25 Oct 2021 18:37:59 +0300 Subject: .ssh: yay, Bitbucket came to its senses --- %HOME%/.ssh/config | 8 -------- 1 file changed, 8 deletions(-) (limited to '%HOME%/.ssh/config') diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index 6686e8b..690f3ff 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -22,16 +22,8 @@ ExitOnForwardFailure yes Include ~/.ssh/config_local -# Fuck me, see 'Host bitbucket.org' below. -IgnoreUnknown PubkeyAcceptedAlgorithms - 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