On Tue, 2020-11-03 at 10:31 -0500, Tom Horsley wrote:
> The default crypto policy changed once again in fedora 33,
> which I didn't notice till I started trying to use rsync to
> update my web pages on hostgator (which, by default, uses rsa
> keys).
> 
> Kept asking for my password even though I had the keys loaded
> into the agent. Very mysterious till I finally started poking
> around on the internet and found this:
>   
> https://dev.to/bowmanjd/upgrade-ssh-client-keys-and-remote-servers-after-fedora-33-s-new-crypto-policy-47ag
> 
> Adding a line to in ~/.ssh/config worked:
> 
> Host tomhorsley.com
> Port 2222
> PubkeyAcceptedKeyTypes +ssh-rsa

You can also go back to the old crypto policy with:
update-crypto-policies --set LEGACY

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-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/users@lists.fedoraproject.org

Reply via email to