码迷,mamicode.com
首页 > 系统相关 > 详细

Linux密钥认证错误解决

时间:2017-08-31 09:44:42      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:order   用户   vertica   auth   text   col   important   author   home   

问题描述:

  Xshell用key认证登录,提示所选的用户密钥未在远程主机上注册

问题解决:

  查看日志/var/log/secure,基本上都是用户根目录的权限问题

根据日志提示:

Authentication refused: bad ownership or modes for directory /root

说明root权限有问题:

chmod g-w /home/your_user
chmod 700 /home/your_user/.ssh
chmod 600 /home/your_user/.ssh/authorized_keys

借鉴:

https://www.daveperrett.com/articles/2010/09/14/ssh-authentication-refused/

 

Linux密钥认证错误解决

标签:order   用户   vertica   auth   text   col   important   author   home   

原文地址:http://www.cnblogs.com/xiaochina/p/7451597.html

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