net-ssh-multi
net-ssh-multi copied to clipboard
Allow duplicate servers in ServerList
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 disallowed because of the uniquify logic in ServerList - I can't add the same server N times, which is what I want (I think).
I've added an :allow_duplicate_servers option to Session and ServerList to allow this behaviour to be turned off. Can you review/comment? Happy to rework further if this is a direction you're comfortable with.
Cheers, Gavin
Any thoughts on this Jamis?