On slow SSH connections both parsers, default and multi-line, fail because the responses are somewhat different than what they expect: - We don't get the initial stdin dump of the commands we've sent before the first prompt. - We get empty prompts with no command, as if we had entered an additional enter key. Fixing the default parser would be more complicated, but the multi-line one should be able to support these cases.