Could not connect to '192.168.70.128' (port 22): Connection failed.
解決方法
方法一 重啟Centos,重啟vm,重啟xshell(萬能重啟)
方法二 關閉防火牆 Centos7: systemctl stop firewalld.service Centos6: service iptables stop
方法三 安裝ssh-server並開啟 (1)安裝 yum install openssh-server
若顯示該界面表示以及安裝好了最新版 (2)啟動: Centos7: systemctl start sshd.service Centos6: service sshd start
我的問題基本都是這三種方法解決的,需要注意的是Centos不同版本的不同操作

