重装系统升级Git高版本后,用老的RSA SSH公钥始终不能登录私有Bitbucket服务器:
根据参考资料2和3的方法,通过git-gui也确定老密钥对是设置成功,但ssh -vT始终验证失败。最后重新生成非RSA密钥对解决:
参考资料:
1、https://confluence.atlassian.com/bitbucketserver0711/creating-ssh-keys-1047557577.html
2、https://stackoverflow.com/questions/57883333/how-can-i-add-an-already-generated-ssh-key-to-git-bash
3、https://stackoverflow.com/questions/18845799/show-ssh-key-file-in-git-bash
转载时请保留出处,违法转载追究到底:进城务工人员小梅 » Git高版本RSA SSH公钥认证失败的问题