Xshell连接本地VMware安装的Linux虚拟机

时间:2021-03-07 15:09:13

设置专用于虚拟机的IP,关闭Linux的防火墙:

   参照网址:http://blog.csdn.net/kvpp0307/article/details/44257637

使用xshell 连接Linux服务器​:

   ​参照网址:http://www.server110.com/linux/201308/830.html

1、修改xshell界面(随自己喜好)

2、​点击新建会话

1)连接:输入名称,协议(ssh),主机ip

2)用户身份验证:方法(password)​、用户名和密码为虚拟机登录的用户名和密码

知识点:

1、查询IP地址:ifconfig

2、关闭Linux防火墙:service iptables stop

                              chkconfig iptables off