原文: https://blog.csdn.net/lqlqlq007/article/details/80613272

重点是通过ssh-add 命令将ssh添加到缓存中 手动的指定优先级

http://man.linuxde.net/ssh-agent

 

ssh-add -D  先清除所有的

ssh-add  指定ssh私钥位置

 

ssh -T git@github.com 测试登录用户

相关文章:

  • 2021-12-31
  • 2021-12-31
  • 2021-12-31
  • 2022-01-21
  • 2022-01-18
  • 2021-04-01
  • 2021-07-26
猜你喜欢
  • 2021-06-15
  • 2022-12-23
  • 2021-06-08
  • 2022-12-23
  • 2021-05-27
  • 2021-12-05
  • 2021-12-15
相关资源
相似解决方案