Re: ssh and scp get stuck after some amount of data

2019-10-24 Thread Bruno Haible
Thomas Schwinge wrote: > I thus tried: > > $ pv --rate-limit 1M [file] | ssh [...] 'cat > [file]' > > ..., which crashed after 368 MiB. Probably you need a rate limit smaller than 1 MB/sec, then? Bruno

Re: ssh and scp get stuck after some amount of data

2019-10-24 Thread Thomas Schwinge
Hi! Ha, I remembered right that I had seen such a problem reported before... On 2018-01-15T12:31:04+0100, Bruno Haible wrote: > I tried: >> # 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. You were