in reply to Net:::OpenSSH Prompt Access

There is no such thing as the current prompt.

You get a prompt when you run an interactive shell but Net::OpenSSH doesn't talk to a remote shell. It directly executes the commands given. The SSH protocol allows to do that.

Replies are listed 'Best First'.
Re^2: Net:::OpenSSH Prompt Access
by kburns1969 (Novice) on Sep 12, 2013 at 21:21 UTC
    I had a feeling it operated a bit differently. And about 1000x faster than other Perl SSH mods. Thanks !!
      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.