scp 不断受到干扰

scp 不断受到干扰

我正在将文件从本地 Windows 计算机复制到运行 Ubuntu 的远程服务器scp -v *source* *dest*。然而在此过程中,我不断遇到这种中断

debug1: SSH2_MSG_KEXINIT sent
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: rekeying in progress
debug1: SSH2_MSG_KEXINIT received
debug1: kex: algorithm: curve25519-sha256
debug1: kex: host key algorithm: ecdsa-sha2-nistp256
debug1: kex: server->client cipher: [email protected] MAC: <implicit> compression: none
debug1: kex: client->server cipher: [email protected] MAC: <implicit> compression: none
debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
debug1: rekeying in progress
debug1: rekeying in progress
debug1: Server host key: ecdsa-sha2-nistp256 SHA256:xQbbaXvdoB3vvG1+EeyKRUxzgxxevp8XKuPBZAj/hHs
debug1: ssh_set_newkeys: rekeying out, input 505196 bytes 17047 blocks, output 3221029324 bytes 134202954 blocks
debug1: rekey out after 134217728 blocks
debug1: dequeue packet: 94
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: ssh_set_newkeys: rekeying in, input 505208 bytes 17048 blocks, output 3221045728 bytes 2050 blocks
debug1: rekey in after 134217728 blocks

因此文件传输将停止,然后弹出此消息,之后再次恢复。最终,传输将在一段时间后终止。我已在线检查过,但这似乎不是一个常见问题,我不知所措,任何帮助都将不胜感激。

相关内容