大道至简,知易行难
广阔天地,大有作为

Git高版本RSA SSH公钥认证失败的问题

重装系统升级Git高版本后,用老的RSA SSH公钥始终不能登录私有Bitbucket服务器:

高版本Git无法使用老RSA密钥对

高版本Git无法使用老RSA密钥对

根据参考资料2和3的方法,通过git-gui也确定老密钥对是设置成功,但ssh -vT始终验证失败。最后重新生成非RSA密钥对解决:

高版本Git无法使用老RSA密钥对2

高版本Git无法使用老RSA密钥对2

高版本Git无法使用老RSA密钥对3

高版本Git无法使用老RSA密钥对3

参考资料:
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公钥认证失败的问题

分享到:更多 ()

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址