由於某種原因,我嘗試使用 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 將相同的檔案上傳到另一個系統,但我不確定伺服器發生了什麼情況會導致這種情況。