diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-25 18:37:59 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-25 18:37:59 +0300 |
commit | 50008e93748bb767420b06face89e0e9ff45b18f (patch) | |
tree | 9648f3a0f78cafb998fa85873d850add9350b5a7 | |
parent | .ssh: again, work around Bitbucket issues (diff) | |
download | linux-home-50008e93748bb767420b06face89e0e9ff45b18f.tar.gz linux-home-50008e93748bb767420b06face89e0e9ff45b18f.zip |
.ssh: yay, Bitbucket came to its senses
-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 |