Multiplex SSH connections to multiple hosts with simultanious input.
A small shellscript using openssh with tmux (synchronize-panes).
Just run the script and set all the target hosts as arguments - e.g. :
ssh-multiplex user@host1 user@host2 user@host3 user@host4
Hint: remeber to place the script in a directory which is included in your PATH-Variable - e.g. "/usr/local/bin/".
- Christian Becker - christian-becker
This project is licensed under the MIT License - see the LICENSE file for details.