Skip to content

running python code via ssh #20

@pogobanane

Description

@pogobanane

Running many small commands via ssh on one host is slow, because of ssh-connection-buildup overheads per command. Also, i want to use python functions instead of bash e.g. to work on the filesystem.

Instead i want to send python code to the remote host and execute it there. Stdout should be handled just like DeployHost.run("echo foo") output.

I understand that this may be out of scope for this project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions