SSH生成id_rsa, id_rsa.pub后,连接服务器却报:

Agent admitted failure to sign using the key

错误。


解决方法:

在当前用户下执行命令:

ssh-add

即可解决。



参考:

[1] http://blog.sina.com.cn/s/blog_671dff260100ps66.html

相关文章:

  • 2021-05-02
  • 2022-02-08
  • 2021-11-09
  • 2021-12-06
  • 2021-05-20
  • 2021-05-31
  • 2021-08-12
  • 2021-09-14
猜你喜欢
  • 2022-02-28
  • 2022-12-23
  • 2021-10-18
  • 2021-09-27
  • 2022-12-23
  • 2021-12-17
相关资源
相似解决方案