先查看SSHD是不是安装
查看SSH是不是安装
   #rpm -qa | grep ssh 
      查看ssh 是不是运行
	  #ps -e|grep sshd
检查一下22端口是否开启
#netstat -an | grep 22
如果 SSHD安装 并运行正常就配置
修改sshd的配置
	  vi /etc/ssh/sshd_config
	  #port 22   去掉#号
	  #permitRootlogin  yes   去掉#号(开启运程访问)
	  passwordauthentication yes
然后就可以连接了
Xmanager Enterprise 5
xshell 先PING 通 就可以连了
环境:VMware Workstation Pro 14
linux centos 7.4
Xmanager Enterprise 5
原文:https://www.cnblogs.com/yihao529/p/12270076.html