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

secureCRT连接服务器报错:Unable to authenticate

时间:2018-11-15 13:52:29      阅读:2602      评论:0      收藏:0      [点我收藏+]

标签:存在   远程服务器   user   rsh   home   pre   code   nec   fuse   

用secureCRT连接远程服务器时报错:

1 The client has disconnected from the server.Reason:
2 Unable to authenticate using any of the configured authentication methods.

把key粘贴到其他用户是可以登陆的,说明本身key不存在问题,但是一直报错用户名或者key错误

登陆服务器查看auth.log

1 cat auth.log
2 Nov 15 11:20:24 hp06 sshd[31533]: Authentication refused: bad ownership or modes for file /home/user/.ssh/authorized_keys
3 Nov 15 11:20:24 hp06 sshd[31533]: Authentication refused: bad ownership or modes for file /home/user/.ssh/authorized_keys

解决办法:chmod 600  /home/user/.ssh/authorized_keys

secureCRT连接服务器报错:Unable to authenticate

标签:存在   远程服务器   user   rsh   home   pre   code   nec   fuse   

原文地址:https://www.cnblogs.com/yangxiaochu/p/9962547.html

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