转载(亲测)ssh 连不上Socket error Event: 32 Error: 10053.

一般性的安装修改配置文件都不能解决,如https://www.cnblogs.com/winyh/p/9599369.html,都是出现下面的错误

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

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

Connection closed by foreign host.

Disconnected from remote host(192.168.122.39) at 21:08:45.
直到找到这个老哥写的方法:试了一下果然可以。太感谢了。https://www.cnblogs.com/hjj801006/p/10898355.html

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

  • 0
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值