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!
Solved now. You can remove the +ssh-rsa entry from the config file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joel,
I've replied to the other community question you linked, I'm also posting it here for anyone who comes across your question for easier reference.
We have published a community article with more info on this issue:
Our team is working on adding the updated signature support to our SSH server, we will provide another update once these changes have been implemented. If you'd like to get notified of updates, you can add yourself as a watcher either to the community article or to the following ticket in our issue tracker:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.