in reply to Re^2: basic openssh connectivity
in thread basic openssh connectivity
Net::SSH2 is included with Strawberry Perl.
Net::SSH::Any does not handle the SSH connection by itself but delegates it to some module implementing the SSH protocol (currently Net::SSH2 or Net::OpenSSH) or to some external command as plink or ssh. Every backend has its limitations. For instance, only a few ones support password authentication.
|
|---|