Skip to content

Improve SSH performance #7

Description

@sdefauw

We establish new connection for each command executed on the remote server. In several cases, the command is followed by another command, so we establish two connections in a very short interval.

The idea is to reuse the first connection for the second command and so improve the performance.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions