kex_exchange_identification:读取:对等方重置连接

kex_exchange_identification:读取:对等方重置连接
└╼ ssh -v me@server
OpenSSH_8.2p1 Ubuntu-4ubuntu0.2, OpenSSL 1.1.1f  31 Mar 2020
debug1: Reading configuration data /home/infinity/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: include /etc/ssh/ssh_config.d/*.conf matched no files
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to server [the_ip] port 22.
debug1: Connection established.
debug1: identity file /home/infinity/.ssh/id_rsa type 0
debug1: identity file /home/infinity/.ssh/id_rsa-cert type -1
debug1: identity file /home/infinity/.ssh/id_dsa type -1
debug1: identity file /home/infinity/.ssh/id_dsa-cert type -1
debug1: identity file /home/infinity/.ssh/id_ecdsa type -1
debug1: identity file /home/infinity/.ssh/id_ecdsa-cert type -1
debug1: identity file /home/infinity/.ssh/id_ecdsa_sk type -1
debug1: identity file /home/infinity/.ssh/id_ecdsa_sk-cert type -1
debug1: identity file /home/infinity/.ssh/id_ed25519 type -1
debug1: identity file /home/infinity/.ssh/id_ed25519-cert type -1
debug1: identity file /home/infinity/.ssh/id_ed25519_sk type -1
debug1: identity file /home/infinity/.ssh/id_ed25519_sk-cert type -1
debug1: identity file /home/infinity/.ssh/id_xmss type -1
debug1: identity file /home/infinity/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.2
kex_exchange_identification: read: Connection reset by peer

一小时前,我能够连接到服务器。现在,使用完全相同的命令行,我得到了这个错误。我尝试了粗略的答案如何修复“ssh_exchange_identification:读取:对端重置连接”错误?

我可以连接到其他服务器,但不能连接到这个特定的服务器。

我怎样才能修复这个错误?

相关内容