On Friday, September 11, 2020 10:49:53 AM WEST José Abílio Matos wrote:

> 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:


Workaround is to add this line to the client configuration file (~/.ssh/config):

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



At least it works now. :-)

--

José Abílio