Hi,

  I am having an issue with ssh in Fedora 33.


I have access to several git server using ssh keys, like fedora.


The issue that I have in Fedora 33 (new install) that I do not have in Fedora 32 (that arrived here after successive upgrades) is that the access to git servers does not work in some cases. Interestingly this is not an issue to access to fedora.


In the cases where this fails like to access to bitbucket I get:


$ ssh -Tv git@bitbucket.org

...

debug1: Host 'bitbucket.org' is known and matches the RSA host key.

debug1: Found key in /home/jamatos/.ssh/known_hosts:26

debug1: rekey out after 134217728 blocks

debug1: SSH2_MSG_NEWKEYS sent

debug1: expecting SSH2_MSG_NEWKEYS

debug1: SSH2_MSG_NEWKEYS received

debug1: rekey in after 134217728 blocks

debug1: Will attempt key: /home/jamatos/.ssh/id_fedora_rsa RSA SHA256:TKEhgKK2scYIBYa9i5h0HJz/R0sU/V95JNVhlfnS5NY explicit agent

debug1: SSH2_MSG_SERVICE_ACCEPT received

debug1: Authentications that can continue: publickey

debug1: Next authentication method: publickey

debug1: Offering public key: /home/jamatos/.ssh/id_fedora_rsa RSA SHA256:TKEhgKK2scYIBYa9i5h0HJz/R0sU/V95JNVhlfnS5NY explicit agent

debug1: send_pubkey_test: no mutual signature algorithm


as far as I can see in Fedora 32 the last line says that the server has accepted the key.


Is there any change in this regard? The openssh version seems to be the same from Fedora 32... :-(


Best regards,

--

José Abílio