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

笔记 : Xshell5连接Ubuntu时提示SSH服务器拒绝了密码

时间:2018-03-23 15:23:26      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:post   密码   /etc   虚拟机   with   连接   服务   拒绝   ict   

1、检查虚拟机ssh服务是否开启

    service sshd status,如果没有开启,请执行service sshd start启动该服务;

2 .修改 sudo vim /etc/ssh/sshd_config

找到# Authentication:
LoginGraceTime 120
PermitRootLogin without passwd
StrictModes yes

改成

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

重启虚拟机

笔记 : Xshell5连接Ubuntu时提示SSH服务器拒绝了密码

标签:post   密码   /etc   虚拟机   with   连接   服务   拒绝   ict   

原文地址:https://www.cnblogs.com/hughes5135/p/8630109.html

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