ssh-add: 无法添加身份 xxx 代理拒绝操作
ssh-add: could not add identity xxx agent refused operation
我将身份 id_rsa
从一台旧计算机复制到一台新计算机,两者 运行 都是相同版本的 Debian。当我做 ssh-add
我得到:
Could not add identity xxx: agent refused operation
为什么?
您的 ssh-agent
不是 运行 或 ssh-add
无法通过 SSH_AUTH_SOCK
连接到它。
获取 ssh-agent 运行:
eval `ssh-agent`
我将身份 id_rsa
从一台旧计算机复制到一台新计算机,两者 运行 都是相同版本的 Debian。当我做 ssh-add
我得到:
Could not add identity xxx: agent refused operation
为什么?
您的 ssh-agent
不是 运行 或 ssh-add
无法通过 SSH_AUTH_SOCK
连接到它。
获取 ssh-agent 运行:
eval `ssh-agent`