On Wednesday, October 21, 2020 9:53:04 PM WEST Per Bothner wrote:
>
> ~/.ssh/config is:
>
> Compression yes
> Host *.redhat.com
> Protocol 2
> ForwardX11 no
> #Host sourceware.org
> #Protocol 2
> #ForwardX11 no
> Host gcc.gnu.org
> Protocol 2
> ForwardX11 no
> Host *.gnu.org
> Protocol 2
> ForwardX11 no
I had similar problems and my solution was to add to .ssh/config:
Host *
PubkeyAcceptedKeyTypes +rsa-sha2-256,rsa-sha2-512
Of course, instead of applying this to all addresses you can add this just to the addresses that need it.
Regards,
--
Jos�b�o
_______________________________________________ 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