SSH生成id_rsa, id_rsa.pub后,连接服务器却报:
Agent admitted failure to sign using the key
错误。
解决方法:
在当前用户下执行命令:
ssh-add
即可解决。
参考:
本文介绍了解决SSH连接服务器时出现的Agentadmittedfailuretosignusingthekey错误的方法。通过在当前用户下执行命令`ssh-add`即可解决此问题。
SSH生成id_rsa, id_rsa.pub后,连接服务器却报:
Agent admitted failure to sign using the key
错误。
解决方法:
在当前用户下执行命令:
ssh-add
即可解决。
参考:
2052

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