Xshell使用root用户连接Ubuntu14.04时,提示SSH服务器拒绝了密码,请再试一次

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Xshell使用root用户连接Ubuntu14.04时,提示SSH服务器拒绝了密码,请再试一次相关的知识,希望对你有一定的参考价值。

 

  今天,新安装的服务器Ubuntu14.04使用root用户连接时一直提示连接不上,使用其他普通用户则没有问题,后来了解到是ssh配置文件问题导致的。


技术分享

修改:

vim /etc/ssh/sshd_config


找到: 

# Authenticaton

LoginGraceTime 120

PremitRootLogin without passwd

StrictModes yes


修改为:

# Authenticaton

LoginGraceTime 120

PremitRootLogin yes

StrictModes yes


然后重启ssh服务:

# /etc/init.d/ssh restart


此时使用root用户远程登录就没问题了。



本文出自 “yangbin” 博客,请务必保留此出处http://13683137989.blog.51cto.com/9636221/1949313

以上是关于Xshell使用root用户连接Ubuntu14.04时,提示SSH服务器拒绝了密码,请再试一次的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu获得root用户权限,使用xshell连接!

Windows10下Xshell6如何远程连接Ubuntu14.04

ubuntu安装过程中遇到问题小结

Ubuntu14.04如何与Xshell连接

Ubuntu允许root远程登录配置

Mac 上玩 Linux(三)使用 SSH 连接 Ubuntu