DOKK / manpages / debian 10 / runoverssh / runoverssh.1.en
RUNOVERSSH(1) General Commands Manual RUNOVERSSH(1)

runoverssh - Runs a Bash command/script over ssh in one or more hosts

runoverssh [OPTIONS] USERNAME COMMAND HOSTS...

runoverssh This program runs a Bash command/script over ssh in one or more hosts.

ask one global password for all connections

read commands from a script file instead

use the list of hosts from a file (one host per line)

no password (use ssh directly instead of sshpass)

specify the arguments to be passed to the script file

save ssh output (default: runoverssh.log) (append)

disable ssh screen output

set custom bash flags. default: '-l'

set custom ssh flags. default: '-o ConnectTimeout=5 -o StrictHostKeyChecking=no'

save ssh output to a custom file (append)

runoverssh was written by Yuri Escalianti.