On Fri, Sep 11, 2020 at 5:51 AM José Abílio Matos <jamatos@xxxxxxxx> wrote: > > 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. > > 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... :-( > Could it be this: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2 Try running this and see if it fixes the issue: sudo update-crypto-policies --set LEGACY If it does, the problem could be that your key is too short. You can check that with: ssh-keygen -lf ~/.ssh/id_fedora_rsa The first field should be at least 2048. -- Ben Cotton He / Him / His Senior Program Manager, Fedora & CentOS Stream Red Hat TZ=America/Indiana/Indianapolis _______________________________________________ test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/test@xxxxxxxxxxxxxxxxxxxxxxx