Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lilydjwg/pssh

Parallel SSH Tools
https://github.com/lilydjwg/pssh

batch-processing parallel-processing pssh ssh

Last synced: about 2 months ago
JSON representation

Parallel SSH Tools

Awesome Lists containing this project

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
```