切换到Feodra 33后,发现基于ssh认证的git没法操作了,搜索了一下,因为Fedora 33使用了更强的加密特性: https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
后参考: https://www.reddit.com/r/Fedora/comments/jhxbdh/no_ssh_public_key_auth_after_upgrade_to_fedora_33/
在~/.ssh/config文件中相应配置项中增加:
PubkeyAcceptedKeyTypes +ssh-rsa
后问题解决。