我一直在尝试ssh-add
运行Raspbian的RaspberryPi。
我可以启动ssh-agent
,然后在终端中输入以下内容:
SSH_AUTH_SOCK=/tmp/ssh-06TcpPflMg58/agent.2806; export SSH_AUTH_SOCK;
SSH_AGENT_PID=2807; export SSH_AGENT_PID;
echo Agent pid 2807;
如果我运行,ps aux | grep ssh
我可以看到它正在运行。
然后,我尝试运行ssh-add
以添加我的密钥密码,然后得到以下信息:
Could not open a connection to your authentication agent.
有任何想法吗?
eval $(ssh-agent)