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

Xshell无法连接虚拟机中的Ubuntu

时间:2015-10-09 13:41:07      阅读:683      评论:0      收藏:0      [点我收藏+]

标签:

遇到问题:

VAWare中安装了Ubuntu-Desktop,Xshell连接失败

 

解决办法:

首先确认虚拟Ubuntu可以正常联网

可能原因是没有安装openssh服务

sudo apt-get install openssh-server

再次Xshell连接,出现问题

技术分享

原因:Ubuntu中设置了不允许root用户用密码远程登录

解决办法:用非root用户登录,或者

修改 vim /etc/ssh/sshd_config

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

改成

# Authentication:
LoginGraceTime 120
PermitRootLogin yes
StrictModes yes

重启虚拟机

Xshell无法连接虚拟机中的Ubuntu

标签:

原文地址:http://www.cnblogs.com/roronoa-sqd/p/4863650.html

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