SSH: Agent Admitted Failure To Sign Using The Key Error And Solution
To fix this problem you need logout of your Unix / Linux / OS X / BSD desktop session and log back in again to force the agent to forget identity. Another recommend option is to run the
ssh-add
command to add RSA or DSA identities to the authentication agent. This will fix your problem without login out from the current session. The syntax is as follows:
$ ssh-add
Pro tip: If your key located in different path or does not have the default filename, you will need to pass the path to ssh-add command as follows:
$ ssh-add /path/to/my/ssh_key
$ ssh-add ~/.ssh/server3_key
解决SSH Agent签名失败错误

本文介绍了当遇到SSH Agent在使用密钥时失败的错误如何解决。提示:如果密钥位于非默认路径或文件名非默认,需要使用ssh-add命令并指定密钥路径。
171

被折叠的 条评论
为什么被折叠?



