in reply to Re^5: SSH and expect without module
in thread SSH and expect without module
Some modules such as Net::OpenSSH are pure-Perl modules (there is no C code that needs to be compiled) with no non-core dependencies, so you can "hack" their installation by copying over their lib directory
Note that in order to handle password authentication, Net::OpenSSH requires the XS-based module IO::Pty!.
|
|---|