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
- Host: GitHub
- URL: https://github.com/wouterdek/ssh-distributed-computing
- Owner: Wouterdek
- License: mit
- Created: 2019-04-13T14:08:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T22:01:58.000Z (about 7 years ago)
- Last Synced: 2025-02-14T07:48:11.497Z (over 1 year ago)
- Topics: distributed-computing, paramiko, python, ssh
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.