现在的位置: 首页 > 综合 > 正文

ssh免密码登陆问题Agent admitted failure to sign using the key

2013年03月13日 ⁄ 综合 ⁄ 共 127字 ⁄ 字号 评论关闭
 

ssh密码登陆后,但是还是密码失败,提示“Agent admitted failure to sign using the key”

遇到的问题:生成后还是需要输入密码。

解决方法:用ssh-add命令将id_rsa加进来

ssh-add /root/.ssh/id_rsa

抱歉!评论已关闭.