当使用ssh-add命令添加ssh私钥时,报如下错误:
Could not open a connection to your authentication agent.
其实需要先执行如下命令:
eval $(ssh-agent)
再执行ssh-add即可
原文地址:https://www.cnblogs.com/tommy-huang/p/8584020.html
时间: 2024-10-15 06:50:00
当使用ssh-add命令添加ssh私钥时,报如下错误:
Could not open a connection to your authentication agent.
其实需要先执行如下命令:
eval $(ssh-agent)
再执行ssh-add即可
原文地址:https://www.cnblogs.com/tommy-huang/p/8584020.html