Skip to main content

Python3 asyncio library to run SSH in parallel

Project description

passh (Parallel Asynchronous SSH) is a Python3 library to run SSH processes in parallel.

As passh depends on asyncio, Python 3.4 or newer is required.

Features:

  • PAssh class to run SSH in parallel.

    • SSH outputs are forwarded to local stdout/stderr.

    • Every line is to be prefixed by the remote hostname.

    • Instead of forwarding, SSH outputs can be collected in memory for later use.

  • Non-asyncio apps can use passh as well as asyncio apps.

  • A file can be given as inputs for all SSH processes.

  • Limit on the number of simultaneous SSH processes.

  • Built-in command-line interface.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page