Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 946 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 946 Bytes

ssh-multiplex

Multiplex SSH connections to multiple hosts with simultanious input.
A small shellscript using openssh with tmux (synchronize-panes).


ssh-multiplex example


how to use it

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/".


project links

GitHub


Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.