Foreword: This is not a duplicate of this question: "Git push over SSH - User session has timed out idling after 600000 ms."
Now the question:
I've tried to push a repository (containing an already
commited but not yet pushed submodule reference).
This fails immediately with an error of course; iow. GIT will exit immediately.
BUT: After 600000 secs. I get an output on the console though the command exited!?
(... $Received disconnect from : User session has timed out idling after 6000000 ms....)
Does anyone have an explanation why I still get an output after the command was aborted?