Skip to content

A way to run remote commands on many *nix based systems over SSH

Notifications You must be signed in to change notification settings

linuxmofo007/Distributed-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Purpose:

The purpose of this script is to easily have a way to securely
run commands on large number of remote *nix systems.

Requirements:

- SSH
- Ideally pub/private keys 
- IP's or hostnames

Usage:

./distssh.sh <hostgroup> '<remote command(s)>'

Notes: 

- SSH keys are the best way to go here. Otherwise you will be typing in 
passwords in excess

- There is a bit of funkiness with quotes inside of quotes, you have been warned.

Support / Help / Patches:

I'm very pleased to accept any patches / fixes / bugs. Drop me a 
note at [email protected].

Versions:

0.1 - Remote / in mass SSH commands

About

A way to run remote commands on many *nix based systems over SSH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages