码迷,mamicode.com
首页 > 其他好文 > 详细

ssh无密码登陆 Authentication refused: bad ownership or modes for directory /root

时间:2015-03-18 18:23:37      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:ssh

利用脚本自动建立ssh无密码登陆,系统版本为centos6.5


tailf /var/log/secure


Mar 18 15:35:05 a2 sshd[6521]: Authentication refused: bad ownership or modes for directory /root

Mar 18 15:35:05 a2 sshd[6521]: Authentication refused: bad ownership or modes for directory /root


解决方法:


chmod 0750 /root -R


or chown root.root root


ssh无密码登陆 Authentication refused: bad ownership or modes for directory /root

标签:ssh

原文地址:http://szgb2014.blog.51cto.com/340201/1621866

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!