Re: is this ssh happenign in parallel?

2011-11-10 Thread Rajeev Prasad
Hello Salva, I want to use Net::OpenSSH::Parallel, but i could not figure: 1. how to supply username and password to each connection? 2. can i write output from all sessions to a single local file? thank you. From: salva To: beginners@perl.org Sent: Thursday

Re: is this ssh happenign in parallel?

2011-11-10 Thread salva
On Nov 8, 12:56 am, rp.ne...@yahoo.com (Rajeev Prasad) wrote: > using the async option in Net::OpenSSH > > can someone help me understand whether in second loop commands are being > executed without waiting for them to complete, so that parallelism is > achieved as indicated by using async option