An open API service indexing awesome lists of open source software.

https://github.com/wouterdek/ssh-distributed-computing

Two python scripts to automatically connect to a bunch of machines over SSH, copy files, run commands and download the results
https://github.com/wouterdek/ssh-distributed-computing

distributed-computing paramiko python ssh

Last synced: about 1 year ago
JSON representation

Two python scripts to automatically connect to a bunch of machines over SSH, copy files, run commands and download the results

Awesome Lists containing this project

README

          

# SSH-distributed-computing
Two python2 scripts to automatically connect to a bunch of machines over SSH, copy files, run commands and download the results.

Use deploy.py to run commands and collect.py to download the results.
The Settings class in each file can be used to configure the script.