in reply to Re^2: Persistent SSH Terminal from Perl?
in thread Persistent SSH Terminal from Perl?

On Windows you can use Net::SSH2 and Net::SSH::Perl.

Under Unix/Linux you can also use Net::OpenSSH and Net::SSH::Expect.

  • Comment on Re^3: Persistent SSH Terminal from Perl?