table of contents
other versions
- unstable 1.1.5-1
ANANTA(1) | User Commands | ANANTA(1) |
NAME¶
ananta - run a command on multiple SSH hosts in parallel
DESCRIPTION¶
usage: ananta [-h] [-n] [-s] [-t HOST_TAGS] [-w TERMINAL_WIDTH] [-e] [-c] [-v]
- [-k DEFAULT_KEY] [host_file] ...
Execute commands on multiple remote hosts via SSH.
positional arguments:¶
options:¶
- -h, --help
- show this help message and exit
- -n, -N, --no-color
- Disable host coloring
- -s, -S, --separate-output
- Print output from each host without interleaving
- -t, -T, --host-tags HOST_TAGS
- Host's tag(s) (comma separated)
- -w, -W, --terminal-width TERMINAL_WIDTH
- Set terminal width
- -e, -E, --allow-empty-line
- Allow printing the empty line
- -c, -C, --allow-cursor-control
- Allow cursor control codes (useful for commands like fastfetch or neofetch that rely on cursor positioning for layout)
- -v, -V, --version
- Show the version of Ananta
- -k, -K, --default-key DEFAULT_KEY
- Path to default SSH private key
April 2025 | ananta 1.1.5 |