Hi,<br><br>I have to run commands and (later in time) collect logs from many machines, connecting through SSH.<br><br>I was _genuinely_ wondering what an SSH client written in Twisted could give me more than executing plain old shell scripts in a for loop.<br>
<br>From what I saw, given the fact that my run/collect commands remain still shell commands (cp, tar, etc...), the only thing that may change is that using Twisted I could have a better utilization of resources rather than a simple shell for loop in which I iterate in order over all the machines on which I have to issue commands.<br>
<br>Am I missing something? I would like to stress the fact that I&#39;m asking this as a very specific question for Twisted usage in the context of running/retrieving results on remote machines (as indeed I already happily use Twisted for running custom network protocols) and I would right to choose a simple but effective solution for this case.<br>
<br>Thanks in advance,<br>Alessio Pace.<br>