On Monday, September 21, 2020 6:30:47 PM WEST Ankur Sinha wrote:
> I just updated to F33, and now I think I get the same issue with
> BitBucket.org:
> 
> $ ssh -Tv  g...@bitbucket.org
> ...
> send_pubkey_test: no mutual signature algorithm
> 
> It works if I use:
> 
> $ ssh -Tv -oPubkeyAcceptedKeyTypes=+ssh-rsa  g...@bitbucket.org
> 
> Github and Gitlab seem to work fine, so this is Bitbucket specific.

I hit that two week ago for bitbucket and other servers. In my case I got it 
connecting to lyx git server. At the time I wrote about it in the fedora-test 
mailing list.

My workaround solution was to add to ~/.ssh/config

Host *
  PubkeyAcceptedKeyTypes +rsa-sha2-256,rsa-sha2-512


That made the connections work again.
-- 
José Abílio
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to