用的是Vmvare,镜像是Centos7,CentOS-7-x86_64-LiveKDE-1810版本。
这个是网易的镜像仓库:http://mirrors.163.com/centos/
一、安装成功后进入,使用root登录,
sudo passwd root

su

二、查看ip,使用Xschell连接,输入ip、账号、密码
查看ip:ifconfig -a

Xschell提示:
The remote system refused the connection.
看是否安装了ssh,结果是没有的
ps -e | grep ssh
安装ssh
yum install openssh-server
开启ssh
service sshd restart 
现在有ssh的进程了

然后再使用xschell连接,成功。
网上说还有设置一下网络连接,我也设置了,不知道关不关这个事


