1. 程式人生 > >解決 SSH Connection closed by foreign host

解決 SSH Connection closed by foreign host

Xshell 報錯 :
在這裡插入圖片描述

1.有可能是IP和別人衝突,改一下IP就好了

2.也有可能是檔案許可權的問題。改一下:

    cd /etc/ssh/
    chmod 600 ssh_host_*
    chmod 644 *.pub

3.也有可能是防火牆的問題

/etc/init.d/iptables status    //先看一下防火牆狀態
chkconfig iptables off       //關閉的命令