即使重新启动后,Scp 也不会完成

即使重新启动后,Scp 也不会完成

由于某种原因,我尝试使用 SCP 将一个简单的 0KB 文件从一个系统传输到下一个系统,但它只是挂在 100% 的位置。我已经启用了这些-vvv标志,但仍然不知道这个详细输出的含义。这是达到 100% 后的样子:

debug2: channel 0: written 23 to efd 6
test.txt                                                                                                                                                                          100%    0     0.0KB/s   00:00
debug2: channel 0: read<=0 rfd 4 len 0
debug2: channel 0: read failed
debug2: channel 0: close_read
debug2: channel 0: input open -> drain
debug2: channel 0: ibuf empty
debug2: channel 0: send eof
debug3: send packet: type 96
debug2: channel 0: input drain -> closed
debug3: receive packet: type 98
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0

我也尝试过重新启动远程 SSH 服务器,但没有成功。它只是运行全新安装的 Kali Linux,没有任何修改。

知道为什么会发生这种情况以及如何解决这个问题吗?这绝对不是客户端,因为我刚刚通过 SCP 将相同的文件上传到另一个系统,但我不确定服务器发生了什么情况会导致这种情况。

相关内容