Skip to main content

A command-line tool to execute commands on multiple remote hosts

Project description

Hydra

Hydra is a command-line tool designed to execute commands on multiple remote hosts simultaneously via SSH. It streamlines workflows, automates repetitive tasks, and enhances efficiency for system administrators and developers managing distributed systems.

Features

  • Execute commands across multiple remote hosts concurrently
  • Supports flexible CSV-based host list configuration
  • SSH authentication with public key support
  • Lightweight and intuitive command-line interface
  • Color-coded output for easy host differentiation
  • Option to separate host outputs without interleaving
  • Handles cursor control codes for commands requiring specific layouts (e.g., fastfetch, neofetch)

Installation

System Requirements

  • Python 3.10 or higher
  • pip package manager
  • Required dependencies: asyncssh, argparse, asyncio
  • Optional: uvloop (Unix-like systems) or winloop (Windows) for enhanced performance

Installing via pip

Install Hydra directly using pip:

$ pip install hydra-ssh --user

Note: Ensure Python 3.10 or higher is installed on your system.

Usage

Hosts File Format

Create a hosts file in CSV format with the following structure:

#alias,ip,port,username,key_path
host-1,10.0.0.1,22,user,/home/user/.ssh/id_ed25519
host-2,10.0.0.2,22,user,#
  • Lines starting with # are ignored.
  • key_path:
    • Specify the path to an SSH private key.
    • Use # to use the default key provided via the -K option.
    • If # is used without -K, Hydra attempts to use common SSH keys from ~/.ssh/.

Running Commands

Execute a command on remote hosts with:

$ hydra-ssh [hosts file] [command]

Example:

$ hydra-ssh hosts.csv "uptime"

Options

  • -N, --no-color: Disable colorized output
  • -S, --separate-output: Display output from each host separately
  • -W, --terminal-width: Manually set terminal width
  • -E, --allow-empty-line: Permit printing of empty lines
  • -C, --allow-cursor-control: Enable cursor control codes (e.g., for fastfetch or neofetch)
  • -V, --version: Display Hydra version
  • -K, --default-key: Specify path to default SSH private key

License

The MIT License (MIT)

Copyright (c) 2023-2025 cwt(at)bashell(dot)com

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hydra_ssh-1.0.2.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hydra_ssh-1.0.2-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file hydra_ssh-1.0.2.tar.gz.

File metadata

  • Download URL: hydra_ssh-1.0.2.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.2 Linux/6.13.8-200.fc41.x86_64

File hashes

Hashes for hydra_ssh-1.0.2.tar.gz
Algorithm Hash digest
SHA256 c84736e93be562b8b364750dc3550a790afaff0313e14771db4e2f6b372febbd
MD5 19dc9866f984385dc7cbc1f521879bf3
BLAKE2b-256 a00514ba6d6b01684ec4fc97b62ebb31ea97b378303686d522bfd4406174fcdb

See more details on using hashes here.

File details

Details for the file hydra_ssh-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: hydra_ssh-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.13.2 Linux/6.13.8-200.fc41.x86_64

File hashes

Hashes for hydra_ssh-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 317358a45a7f6067f0580a532a3c1505e4b625282e951a93e0422afba1950ccc
MD5 177878a45a261a44e336b74755934be8
BLAKE2b-256 dadcebd1c6eb99c9cdd13693f201772c3a85b30f8eb3658b1a671828796e8a91

See more details on using hashes here.

Supported by

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