Skip to content

Connect to multiple hosts over SSH and interact with them in parallel.

License

Notifications You must be signed in to change notification settings

akkishore/multissh

Repository files navigation

Multissh

Connect to multiple hosts over SSH and interact with them in parallel.

Usage

Two ways to run it:

1. With .multissh.conf config file:

Enter your host groups into .multissh.conf file in your HOME dir and launch 'multissh'. Sample config file:

[{
  "group": "Host group 1",
  "hosts": [
    "[email protected]",
    "[email protected]"
  ]
}, {
  "group": "Host group 2",
  "hosts": [
    "[email protected]",
    "[email protected]"
  ]
}]

2. From command line:

Download

Look at GitHub releases.

Contribute

Feel free to submit pull requests.