in reply to Re: Net:::OpenSSH Prompt Access
in thread Net:::OpenSSH Prompt Access

I had a feeling it operated a bit differently. And about 1000x faster than other Perl SSH mods. Thanks !!

Replies are listed 'Best First'.
Re^3: Net:::OpenSSH Prompt Access
by salva (Canon) on Sep 13, 2013 at 08:30 UTC
    Net::OpenSSH is as fast as a SSH client can be and the same can be said for most other SSH modules, i.e. Net::SSH::Perl (as far as Math::Pari installed), Net::SSH2, etc. The only one that's quite slower is Net::SSH because it establishes a new SSH connection every time it executes a remote command.