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

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

Replies are listed 'Best First'.
Re^6: threads, forks and SSH
by dasgar (Priest) on Dec 16, 2015 at 05:29 UTC

    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).