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

xshell连接虚拟机linux

时间:2015-04-11 16:28:10      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:linux

1.保证windows与 Linux能相互ping 通,NAT或Bridge均可

           ifconfig

2.禁用Selinux服务

     1、临时禁用SELinux:
     root@server# setenforce 0
     这样重启服务器之后,还是会启动SELinux。

     2、永久禁用:

     [@more@]

     打开服务器上的SELinux配置文件,默认为:/etc/selinux/config,内容如下:

     # This file controls the state of SELinux on the system.
     # SELINUX= can take one of these three values:
     # enforcing - SELinux security policy is enforced.
     # permissive - SELinux prints warnings instead of enforcing.
     # disabled - SELinux is fully disabled.
     
SELINUX=enforcing
     # SELINUXTYPE= type of policy in use. Possible values are:
     # targeted - Only targeted network daemons are protected.
     # strict - Full SELinux protection.
     SELINUXTYPE=targeted

     将上面的
     SELINUX=enforcing 改为:

     SELINUX=disable

     禁用SeLinux

3.在vmware linux中启动sshd服务

           /etc/init.d/sshd start开启

              chkconfig --add sshd

             ---------------------------------------------------------------------------------------

             用ubuntu看到是在/usr/sbin/sshd

4.Xshell中 使用命令:ssh <linux ip地址>

          ssh 192.168.27.128

xshell连接虚拟机linux

标签:linux

原文地址:http://blog.csdn.net/u010834795/article/details/44995355

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