From 7df734b69b5d5c33ab284f5acfc1a7cb0866599e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 16:19:23 +0000 Subject: .ssh: again, work around Bitbucket issues --- %HOME%/.ssh/config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/%HOME%/.ssh/config b/%HOME%/.ssh/config index bb3722d..6686e8b 100644 --- a/%HOME%/.ssh/config +++ b/%HOME%/.ssh/config @@ -22,6 +22,9 @@ 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. -- cgit v1.2.3