使用ssh-add命令添加ssh私钥时报错

Posted 一菲聪天

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用ssh-add命令添加ssh私钥时报错相关的知识,希望对你有一定的参考价值。

当使用ssh-add命令添加ssh私钥时,报如下错误:

Could not open a connection to your authentication agent.

其实需要先执行如下命令:

eval $(ssh-agent)

再执行ssh-add即可

参考资料:https://stackoverflow.com/questions/17846529/could-not-open-a-connection-to-your-authentication-agent

 

以上是关于使用ssh-add命令添加ssh私钥时报错的主要内容,如果未能解决你的问题,请参考以下文章

Linux 命令(212)—— ssh-add 命令

ssh-add和ssh-agent

ssh-agent && 及 ssh-add介绍

如何避免每次推送或拉取代码时都添加 ssh 密钥

git clone时报错Permission denied (publickey)

测试 SSH 私钥密码(暴力破解)