in reply to Re^3: threads, forks and SSH
in thread threads, forks and SSH

Oops, then you can not use it: Net::OpenSSH does not work on Windows.

Your best option there is to go for Net::SSH2 or Net::SSH::Perl, but IIRC, both have issues with threads.

Replies are listed 'Best First'.
Re^5: threads, forks and SSH
by ralph2014 (Initiate) on Dec 15, 2015 at 23:45 UTC
    evening Well that has burst my bubble! I really liked the look of openSSH:Para. This is going to be a pain now, but atleast I will learn i guess

      One option could be to check out Control::CLI, which uses Net::SSH2 for SSH connections. If you use Strawberry Perl, it comes with Net::SSH2. The documentation for Control::CLI gives an example of driving multiple telnet/SSH sessions (see here).

A reply falls below the community's threshold of quality. You may see it by logging in.