|
|
|
|
|
by jhickner
5083 days ago
|
|
Neat idea. I'd definitely donate if the whole thing was going to be open sourced so I could run it on my own infrastructure. Currently we use csshX for this sort of thing, and it does the job. It's an open source tool that opens a bunch of ssh sessions and sends each character you type to each session. You can launch it with command line args that specify the hosts you'd like to connect to and optionally the commands to run, so it's pretty easy to set up scripts that mimic the recipes in this video. If you're working with less that 20 servers at a time (about the limit of what you can read on screen at once) it's a great tool. http://code.google.com/p/csshx/ |
|