SSH“ kex_exchange_identification:读取:对等方重置连接”

问题描述 投票:0回答:1

设置:

  • 在外部硬盘上运行Raspbian Stretch 9并使用ZRAM的Raspberry 3B
  • Raspi用作运行LAMP和MERN堆栈的网络服务器,并通过SSH使用1个IDE远程访问(适用于Mac OS的Coda)
  • 带有静态IP的路由器转发的SSH端口
  • fail2ban正在运行

问题:

[当通过SSH从远程位置(通过Internet)访问树莓时,它将起作用,直到连接挂起。这是随机发生的。有时我可以在几分钟后再次进行SSH,有时直到重新启动Raspi才可以。

我尝试过的:

  • SSH从远程位置以详细模式:
debug1: Local version string SSH-2.0-OpenSSH_8.1
kex_exchange_identification: read: Connection reset by peer
  • 从本地网络以详细模式进行SSH(实际上,我远程对本地网络上的另一台计算机进行SSH,然后从该计算机上对Raspi进行SSH)。 相同结果Connection reset by peer
  • 已检查/etc/hosts.allow/etc/hosts.deny =>那里没有
  • 通过iptables -L --line-number检查的iptables =>那里没有
  • 已检查的日志:/var/log/fail2ban.logsudo journalctl -t sshd =>没什么问题
  • sshd_config更新了no DNS
  • 通过apt-get --reinstall install openssh-server openssh-client重新安装的SSH

我在这里没有足够的想法,对正在发生的事情一无所知。由于之前有人遇到过SSH连接相同的问题?可能是树莓上的负载问题吗?

ssh raspberry-pi ssh-keys openssh fail2ban
1个回答
0
投票
长话短说,我的问题与网络问题无关,并且通过检查

syslog

© www.soinside.com 2019 - 2024. All rights reserved.