net-ssh-multi
net-ssh-multi copied to clipboard
SSH connection multiplexing: execute commands simultaneously on multiple hosts via SSH
Results
2
net-ssh-multi issues
Sort by
recently updated
recently updated
newest added
Looking through the code, I see an example for finding a server that has been added to a specific group: ```ruby session.group :db do session.use 'dbmain', 'user', :properties => {...
Hi Jamis, I've got a use case in which I want to be able to run N commands in parallel on the same server, but that seems to be currently...