Fix a hang when using git-annex with an old openssh 7.2p2

This does mean a 2 second delay after transfers when using that ssh, but
it's an old and apparently quite weirdly broken version of ssh.
This commit is contained in:
Joey Hess 2020-07-22 11:04:33 -04:00
parent afaae84f49
commit aa492bc659
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 22 additions and 5 deletions

View file

@ -161,3 +161,7 @@ in git-annex.
[[!meta author=kyle]]
[[!tag projects/datalad]]
> [[fixed|done]] made it cancel the threads 2 seconds after the process
> exited if still running. So there will be a bit of a slow down when using
> that broken ssh version, but it will work. --[[Joey]]