tiup cluster check报错cause: ssh: handshake failed: read tcp : read: connection reset by peer

【 TiDB 使用环境】生产环境
【 TiDB 版本】7.5.0
【复现路径】通过tiup 扩容节点,执行扩容前检查

tiup cluster check tidb-c1 ./scalout.yaml --cluster --user dba -p -i /home/dba/.ssh/id_rsa

【遇到的问题:问题现象及影响】
执行tiup cluster check的时候报错:

Error: stderr: : executor.ssh.execute_failed: Failed to execute command over SSH for 'dba@10.1.4.44:22' {ssh_stderr: , ssh_stdout: , ssh_command: export LANG=C; PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin; /usr/bin/sudo -H bash -c "tar --no-same-owner -zxf /tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz -C /tmp/tiup/bin && rm /tmp/tiup/bin/insight-v0.4.2-linux-amd64.tar.gz"}, cause: ssh: handshake failed: read tcp 10.1.4.30:12180->10.1.5.44:22: read: connection reset by peer

看了多个相关问题帖子,都是关于调整参数,如:TiUP FAQTIKV多磁盘ssh connection reset by peer
我已将所有节点/etc/ssh/sshd_config中参数调整为:

MaxSessions 10000
MaxStartups 10000

但一样报错

【资源配置】进入到 TiDB Dashboard -集群信息 (Cluster Info) -主机(Hosts) 截图此页面

【附件:截图/日志/监控】
tiup-cluster-debug-2024-06-20-18-00-44.log (39.3 KB)

中间有防火墙吗? 手动 ssh 是通的吗?