https://github.com/lilydjwg/pssh
Parallel SSH Tools
https://github.com/lilydjwg/pssh
batch-processing parallel-processing pssh ssh
Last synced: 10 days ago
JSON representation
Parallel SSH Tools
- Host: GitHub
- URL: https://github.com/lilydjwg/pssh
- Owner: lilydjwg
- License: other
- Created: 2016-03-10T09:34:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T03:16:38.000Z (almost 2 years ago)
- Last Synced: 2024-02-13T21:22:33.327Z (about 1 year ago)
- Topics: batch-processing, parallel-processing, pssh, ssh
- Language: Python
- Homepage:
- Size: 291 KB
- Stars: 259
- Watchers: 9
- Forks: 61
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- jimsghstars - lilydjwg/pssh - Parallel SSH Tools (Python)
README
PSSH provides parallel versions of OpenSSH and related tools, including pssh, pscp, prsync, pnuke and pslurp. This project includes psshlib which can be used within custom applications. The source code is written in Python.
This fork of PSSH is supported on Python 3.5 and later. It was originally written and maintained by Brent N. Chun. Due to his busy schedule, Brent handed over maintenance to Andrew McNabb in October 2009.
This project originally located at [Google Code](https://code.google.com/p/parallel-ssh/). Since Google Code has been closed, and has not appeared elsewhere, I (lilydjwg) have exported it to GitHub.
## Install
```
pip install git+https://github.com/lilydjwg/pssh
```