Hi team,
with the latest update of Openssh 8.8/8.8p1 they diabled ssh-rsa as the Host Key algorithm because of security concerns, see 'potentially-incompatible changes' in http://www.openssh.com/releasenotes.html
So using this up-to-date version, I am no longer able to access bitbucket.org
using `ssh git@bitbucket.org`, fails with
`Unable to negotiate with 104.192.141.1 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss`
explicitly enabling that legacy SHA1 algorithm with `ssh -oHostKeyAlgorithms=+ssh-rsa git@bitbucket.org` I can connect.
Is there any information on if / when bitbucket.org will support up-to-date algorithms for verifying the Host?
Or am I completely wrong and need to change my client?
Best!