Tool to connect to multiple SSH servers and broadcast commands.
Project description
Introduction
It's a little tool that allows you to connect to multiple SSH tunnels at the same time and broadcast commands instantly.
Installation
pip install master-ssh
Or clone from Github:
git clone https://github.com/JaanPorkon/master-ssh.git
cd master-ssh
python setup.py install
Usage
To run the program you can feed credentials to it from URL or from a file. Source of the web page and file must be in CSV format:
hostname,127.0.0.1,username,password
hostname2,127.0.0.2,username,password
Getting credentials:
master-ssh --cred-file /path/to/credentials.txt
or
master-ssh --cred-url https://mydomain.tld/credentials
or if you wish to connect to specific servers:
master-ssh --cred-url https://mydomain.tld/credentials --servers hostname,hostname2,...
Connecting to servers:
To send command to 1 server only use the following command pattern:
#[hostname] [command]
Examples:
To see all available internal commands write:
master-ssh$ #help
or just:
master-ssh$ #
If you wish to send your command to only 1 specific server, use the following command:
master-ssh$ #hostname uname -a
If you wish to send commands to more than 1 specific server just separate them with commas like this:
master-ssh$ #hostname,hostname2 uname -a
If you want to ignore specific servers from your server list, use the following command:
master-ssh$ #ignore:hostname,hostname2 uname -a
If you wish to close the program, simply write exit:
master-ssh$ exit
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for master_ssh-2.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab1ed18ad053783219693196e5baeb36dc47425c3046a7b9b878ac441a8c36a0 |
|
MD5 | 6d123763d608831d82bdcd16c4fb27fb |
|
BLAKE2b-256 | 0a62d22d2e34cb5080ec4dc4d707f25e5a86d2027fef2db3d39177b98192e207 |