For some reason, I'm trying to transfer a simple 0KB file from one system to the next using SCP and it's just hanging at 100%. I've enabled the -vvv
flags but still have no idea what this verbose output even means. Here's what it looks like after it hits 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
I've tried to restart the remote SSH server as well, but that didn't work. It's just running a fresh installation of Kali Linux with no modifications.
Any idea why this may be happening and how to resolve this problem? It's definitely not the client becuse I just uploaded the same file to another system via SCP, but I'm not sure what's going on with the server that would cause this.