table of contents
- Tumbleweed 4.6.4-1.1
- Leap-15.6
WWCTL(1) | WWCTL(1) |
NAME¶
wwctl-ssh - SSH into configured nodes in parallel
SYNOPSIS¶
wwctl ssh [OPTIONS] NODE_PATTERN COMMAND
DESCRIPTION¶
Easily ssh into nodes in parallel to run non-interactive commands Node patterns are a comma-separated list of individual pattern. Each pattern can either be a full node name or a node range like node[01-03,05].
OPTIONS¶
-n, --dryrun[=false] Show commands to run
-f, --fanout=32 How many connections to run in parallel
-h, --help[=false] help for ssh
--rsh="/usr/bin/ssh" Path to use for RSH/SSH command
-s, --sleep=0 Seconds to sleep inbetween processes
OPTIONS INHERITED FROM PARENT COMMANDS¶
-d, --debug[=false] Run with debugging messages enabled.
-v, --verbose[=false] Run with increased verbosity.
--warewulfconf="" Set the warewulf configuration file
SEE ALSO¶
HISTORY¶
8-Sep-2025 Auto generated by spf13/cobra
Sep 2025 | Auto generated by spf13/cobra |