Thanks for all the responses.
I'll take a look at Net::OpenSSH.
When I started this project I was using Net::SSH::Perl, this module works fine, but is far too slow for my needs. I need to get info from several hundred servers. Using Net::SSH::Perl was taking several hours vs. ~20 minutes with Net::SSH. | [reply] |
Net::OpenSSH is awesome!
With it's ability to reuse ssh connections it cut my average run time by 50%.
(And one particularly inefficient function was reduced from 14 minutes to 4).
IMHO, well worth the price of admission.
| [reply] |
| [reply] |