in reply to Re: making NET:SSH quiet
in thread making NET:SSH quiet

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.

Replies are listed 'Best First'.
Re^3: making NET:SSH quiet
by Stoomy (Novice) on Jan 21, 2011 at 17:15 UTC
    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.