CentOS7.1 Xshell 常常掉線 Connection closed by foreign host

 

XShell若是常常對CentOS掉線,則VNC確定鏈接不上vim

可是ping CentOS的IP又能ping通,主要緣由仍是由於sshd的設置問題ssh

#進入ssh目錄
cd /etc/ssh
#修改sshd_config參數
vim sshd_config
#找到如下幾個參數並修改爲以下結果
PermitRootLogin yes
ClientAliveCountMax 60
#ClientAliveCountMax設置成60分鐘,運行root登陸
#從新載入ssh參數
service sshd reload
#從新啓動ssh服務
service sshd stop
#service sshd restart
service sshd start

 【最簡單的作法】在裝CentOS7時,軟件不要選最小安裝,當選GNONE軟件桌面時,旗下的軟件 全選中安裝,以後確定不會掉線了。spa

相關文章
相關標籤/搜索