ssh連接:Socket error Event: 32 Error: 10053.


今天在使用xshell連接剛裝的linux系統的時候,發現無法建立連接,會報如下錯誤:

Connecting to 192.168.21x.x:22...
Connection established.
To escape to local shell, press Ctrl+Alt+].

Socket error Event: 32 Error: 10053.
Connection closing...Socket close.

 

原因是:/etc/ssh下面沒有sshd_config.ucf-dist  ssh_host_ecdsa_key  ssh_host_ecdsa_key.pub  ssh_host_ed25519_key  ssh_host_ed25519_key.pub  ssh_host_rsa_key  ssh_host_rsa_key.pub  ssh_import_id

這些文件。

解決方法:

1)sudo dpkg-reconfigure openssh-server

會重新生成上面的一些文件。

2)cd /etc/ssh

chmod 400 ./*

3)重啟sshd

sudo systemctl restart sshd

xshell再次連接,成功!


免責聲明!

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



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