diff options
Diffstat (limited to '')
-rw-r--r-- | %HOME%/.ssh/config | 8 |
1 files changed, 0 insertions, 8 deletions
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 |