Re: ssh and scp get stuck after some amount of data
Bruno Haible <[email protected]> Thu, 24 Oct 2019 23:13:13 +0200
| Newsgroups | gmane.os.hurd.bugs,gmane.os.hurd.general |
|---|---|
| Message-ID | <19410714.N6EVYiIAou@omega> |
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