Hi Everyone,
I have been searching for a way to do parallel ssh in perl, i.e. I want to ssh into two hosts and then ping each other and see the output. After a lot of searching I have found that I need to use the Expect and ForkManager modules to accomplish this.
However, I have heard that fork manager is very finicky when it comes to ssh and weird things happen!
Can anyone guide me on this?