Latest update ssh stopped supporting RSA?

Hello Forum members, yesterday I upgraded my machine to the latest version of manjaro, and rebooted. Since then I’m unable to connect to any git repo I ever accessed by ssh.

OpenSSH_8.8p1, OpenSSL 1.1.1l  24 Aug 2021
git pull
Unable to negotiate with <snip> port 22: no matching host key type found. Their offer: ssh-rsa

This error is the same for basically all my git repo’s, the error changes based on the git server.

Anyone knows anything about this?

Best regards,

Berm

I had this issue with bitbucket the other day, as a work around I put this in my ~/.ssh/config

Host bitbucket.org
    HostkeyAlgorithms +ssh-rsa
    PubkeyAcceptedAlgorithms +ssh-rsa

Basically it’s been disabled in open ssh for security reasons and bitbucket hasn’t updated their servers yet (don’t know what you’re connecting to)

2 Likes

Yes, it was mentioned several times on the forum. Please try searching before posting next time.