denyhost 會導致錯誤 ssh_exchange_identification: 連線已關閉嗎?

denyhost 會導致錯誤 ssh_exchange_identification: 連線已關閉嗎?

從昨天開始我無法透過 ssh 存取我的遠端伺服器。它給我一個錯誤連接已關閉。即使重新啟動後,我也無法訪問伺服器,並且一次又一次收到相同的錯誤。難道是 DenyHosts 不再想要我了嗎?

 OpenSSH_6.0p1, OpenSSL 1.0.1b 26 Apr 2012
 debug1: Connecting to www.chihoang.de [78.46.220.237] port 22.
 debug1: Connection established.
 debug1: identity file /home/XXX/.ssh/id_rsa type -1
 debug1: identity file /home/XXX/.ssh/id_rsa-cert type -1
 debug1: identity file /home/XXX/.ssh/id_dsa type -1
 debug1: identity file /home/XXX/.ssh/id_dsa-cert type -1
 debug1: identity file /home/XXX/.ssh/id_ecdsa type -1
 debug1: identity file /home/XXX/.ssh/id_ecdsa-cert type -1
 ssh_exchange_identification: Connection closed by remote host

我有一個救援系統,我想我可以啟動它並嘗試我的用戶,然後卸載拒絕主機?我已經在 cygwin、Suse 和 Windows 上嘗試過客戶端,但沒有成功。

答案1

這可能確實是拒絕主機,可能您已停用密碼登入。您的日誌顯示您沒有產生公鑰/私鑰對。您在安裝之前檢查過拒絕主機常見問題解答嗎?http://denyhosts.sourceforge.net/faq.html

相關內容