Skip to content

SSH multi-line-parser fails on slow connections #78

@Akrog

Description

@Akrog

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions