aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.ssh/config3
1 files changed, 3 insertions, 0 deletions
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.