deploykit icon indicating copy to clipboard operation
deploykit copied to clipboard

running python code via ssh

Open pogobanane opened this issue 2 years ago • 1 comments

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.

pogobanane avatar Oct 27 '22 17:10 pogobanane