码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2019-05-21 11:09:09      阅读:1114      评论:0      收藏:0      [点我收藏+]

标签:close   tar   今天   连接   error:   使用   esc   文件   sshd_conf   

今天在使用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再次连接,成功!

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

标签:close   tar   今天   连接   error:   使用   esc   文件   sshd_conf   

原文地址:https://www.cnblogs.com/hjj801006/p/10898355.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!