Xshell無法連接Linux-Centos解決


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不同版本的不同操作


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM