3 subject="""comment 1"""
4 date="2018-09-25T17:18:14Z"
6 Ok, reproduced by downgrading git-annex, so it is a reversion in the
7 fallback from p2pstdio.
9 It is indeed caused by [[!commit b18fb1e343e9654207fbebacf686659c75d0fb4c]],
10 because that adds a new ProtocolEOF value, and postAuth has a fallthrough
11 case that tries to then send a ERROR message back over the connection, but
12 by that time the pipe has closed.
14 So that was an easy fix. I do still wonder how a system that displays
15 /etc/issue or whatever to noninteractive logins could have ever worked with
16 rsync or git-annex. But if that system doesn't work after this fix, it's an