Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages