Scroll to navigation

RUNOVERSSH(1) General Commands Manual RUNOVERSSH(1)

NAME

runoverssh - POSIX-compliant shell script for easily running shell commands and scripts over SSH

SYNOPSIS

runoverssh [OPTIONS] USERNAME COMMAND HOSTS...

DESCRIPTION

runoverssh POSIX-compliant shell script for easily running shell commands and scripts over SSH.

OPTIONS

Prompt a global password for all connections

Read commands from a script file, disables the default COMMAND argument

Read the list of hosts from a file (one host per line), disables the default HOSTS argument

Arguments (in a single string) to be passed to the script file.

Disable all screen output, except for password prompts. If logfile is set, output is written there

Print verbose messages

Remote shell to be used. Supported values: sh, bash. Default: bash

Remote shell flags. Default: ''

Local SSH flags. Default: -o ConnectTimeout=5
-o StrictHostKeyChecking=no
-o UserKnownHostsFile=/dev/null

Append SSH output to a file

AUTHOR

runoverssh was written by Yuri Escalianti.