执行ssh-add时出现Could not open a connection to your authentication agent

前端之家收集整理的这篇文章主要介绍了执行ssh-add时出现Could not open a connection to your authentication agent前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

若执行ssh-add /path/to/xxx.pem是出现这个错误:Could not open a connection to your authentication agent,则先执行如下命令即可:

ssh-agent bash


更多关于ssh-agent的细节,可以用 man ssh-agent 来查看

猜你在找的Linux相关文章