net-ssh2 icon indicating copy to clipboard operation
net-ssh2 copied to clipboard

Net::SSH2 perl module using libssh2

Results 6 net-ssh2 issues
Sort by recently updated
recently updated
newest added

In HTML line 2388, #Supported-key-formats ought to be #Key-formats ... See also "Supported key formats". for consistency with HTML line 2636 Key formats

Test fails ``` Net-SSH2-0.72-MH3fHL]$ perl Makefile.PL The libssh2 library is required by this module. If you don't have it, you can download it from http://www.libssh2.org; you may also need OpenSSL,...

apache 2.2 + mod_perl + stock perl 5.16 on Amazon Linux. Attempt to load module during apache startup (via `PerlModule Net::SSH2`) results in ``` [notice] seg fault or similar nasty...

If running lower on a value should achieve the key, then both need to use the same name (libs, not lib). Corrected output message to match the code. use arg_values...

Currently, `Net::SSH2` lacks support for being used in multi-threaded applications. The most prominent issue being that the handling of `Net::SSH2` objects lifetime doesn't take into consideration that when using threads,...

bug

In current version 0.74 it only provides 2 host keys type support i.e ssh-rsa and ssh-dss. However, latest libssh2 provide below type host key support. Hostkey Types: ssh-ed25519, [email protected], ecdsa-sha2-nistp521,...