当前位置: 首页 > 知识库问答 >
问题:

“无法打开到身份验证代理的连接”,ssh-add错误,即使在ssh-agent启动之后也是如此

厍兴腾
2023-03-14

我需要添加多个ssh键,因此需要执行ssh-add

eval ($ssh-agent -s)

输出如下:代理pid 13524

但仍然会出现以下错误:

 $ ssh-add ~/.ssh/id_rsa
 Could not open a connection to your authentication agent.

我还设置了

git config --global url."https://".insteadOf git://
echo $SSH_AGENT_PID
12340 
echo $SSH_AUTH_SOCK 
/tmp/ssh-ZbRZr10908/agent.10908

共有1个答案

戚甫
2023-03-14

我在网上尝试了很多解决方案,但都没有奏效。我做了更多的研究,发现下面的命令起作用了。

  1. SUDO SSH-代理bash
  2. ssh-add/home/user/.ssh/id_rsa
 类似资料: