[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ssh and scp get stuck after some amount of data
From: |
Bruno Haible |
Subject: |
ssh and scp get stuck after some amount of data |
Date: |
Mon, 15 Jan 2018 09:54:56 +0100 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-104-generic; KDE/5.18.0; x86_64; ; ) |
Hi,
I'm using
https://people.debian.org/~sthibault/hurd-i386/debian-hurd-20170115.img.gz
in a virtual machine (virtualbox - very robust with a number of other guest
OSes).
Now I need to transfer a 2 GB tree to the host machine (declared as virtual
Ethernet card for the guest).
First attempt:
# tar cf - directory | ssh bruno@10.0.2.2 tar xf -
It hangs after transferring 1.6 GB. I.e. no more data arrives within 15 minutes.
Rebooted.
Second attempt:
# tar cfJ tgz directory
# scp tgz bruno@10.0.2.2:tgz
bruno@10.0.2.2's password:
tgz 21% 74 MB 0.0KB/s - stalled -
It hangs after transferring 74 MB. I.e. no more data arrives within 30 minutes.
What's the workaround to get Ethernet connections, ssh in this case, work
reliably?
Bruno
- ssh and scp get stuck after some amount of data,
Bruno Haible <=