Key | Value |
---|---|
MD5 | BC8164A0BABCF405A53902695D215689 |
PackageArch | x86_64 |
PackageDescription | _Net::SSH::Perl_ is an all-Perl module implementing an SSH (Secure Shell) client. It is compatible with both the SSH-1 and SSH-2 protocols. _Net::SSH::Perl_ enables you to simply and securely execute commands on remote machines, and receive the STDOUT, STDERR, and exit status of that remote command. It contains built-in support for various methods of authenticating with the server (password authentication, RSA challenge-response authentication, etc.). It completely implements the I/O buffering, packet transport, and user authentication layers of the SSH protocol, and makes use of external Perl libraries (in the Crypt:: family of modules) to handle encryption of all data sent across the insecure network. It can also read your existing SSH configuration files (_/etc/ssh_config_, etc.), RSA identity files, ECDSA identity files, Ed25519 identity files, known hosts files, etc. One advantage to using _Net::SSH::Perl_ over wrapper-style implementations of ssh clients is that it saves on process overhead: you no longer need to fork and execute a separate process in order to connect to an sshd. Depending on the amount of time and memory needed to fork a process, this win can be quite substantial; particularly if you're running in a persistent Perl environment (_mod_perl_, for example), where forking a new process is a drain on process and memory resources. It also simplifies the process of using password-based authentications; when writing a wrapper around _ssh_ you probably need to use _Expect_ to control the ssh client and give it your password. _Net::SSH::Perl_ has built-in support for the authentication protocols, so there's no longer any hassle of communicating with any external processes. The SSH2 protocol support (present in _Net::SSH::Perl_ as of version 1.00) is compatible with the SSH2 implementation in OpenSSH, and should also be fully compatible with the "official" SSH implementation. If you find an SSH2 implementation that is not compatible with _Net::SSH::Perl_, please let me know (email address down in _AUTHOR & COPYRIGHTS_); it turns out that some SSH2 implementations have subtle differences from others. AES-CTR ('aes256-ctr', 'aes192-ctr', and 'aes128-ctr') and Chacha20-Poly1305 ciphers are currently supported for SSH2 encryption. Deprecated ciphers AES-CBC ('aes256-cbc', 'aes192-cbc', and 'aes128-cbc') 3DES ('3des-cbc'), Blowfish ('blowfish-cbc'), and RC4 ('arcfour') are available but not enabled by default. One can enable them by using the Ciphers options parameter. For example: options => [ "Ciphers +aes256-cbc" ] Using the + notation will append a cipher to the default ciphers list. Integrity checking is performed by the 'hmac-sha2-256', 'hmac-sha2-512', 'hmac-sha2-256-etm@openssh.com', or 'hmac-sha2-512-etm@openssh.com' algorithms. The deprecated 'hmac-sha1' or 'hmac-md5' algorithms are available but not enabled by default. Many older SSH server installations still use hmac-sha1 as the main accepted MAC algorithm. To enable this, use the following options parameter: options => [ "MACs +hmac-sha1" ] Compression, if requested, is limited to Zlib. Supported server host key algorithms are 'ssh-ed25519', 'rsa-sha2-512', 'rsa-sha2-256', 'ecdsa-sha2-nistp521', 'ecdsa-sha2-nistp384', 'ecdsa-sha2-nistp256', and 'ssh-rsa'. Deprecated 'ssh-dss' is supported but not enabled by default. It can be enabled with the options parameter: options => [ "HostKeyAlgorithms +ssh-dss" ] Supported SSH2 public key authentication algorithms are the same. Supported Key Exchange (KEX) algorithms are 'diffie-hellman-group1-sha1', 'diffie-hellman-group14-sha1', c<diffie-hellman-group14-sha256>, 'diffie-hellman-group16-sha512', 'diffie-hellman-group18-sha512', 'diffie-hellman-group-exchange-sha256', 'diffie-hellman-group-exchange-sha1', and 'curve25519-sha256@libssh.org'/'curve25519-sha256'. The 'diffie-hellman-group1-sha1' algorithm is disabled by default, but can be activated via the options parameter: options => [ "KexAlgorithms +diffie-hellman-group1-sha1" ] If you're looking for SFTP support, take a look at _Net::SFTP_, which provides a full-featured Perl implementation of SFTP, and sits on top of _Net::SSH::Perl_. SFTP requires the usage of the SSH2 protocol. |
PackageName | perl-Net-SSH-Perl |
PackageRelease | lp150.1.2 |
PackageVersion | 2.14 |
SHA-1 | 15553BBB4F0A4BD274A0482FEA59D3A15C8BA2D4 |
SHA-256 | F2BBC5BE48CF2310C3ECD7D13097D0CAA4763A9D0C2021F923E21AE154D53828 |
hashlookup:children-total | 143 |
hashlookup:trust | 50 |
The searched file hash includes 143 children files known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileName | ./usr/share/man/man3/Net::SSH::Perl::AuthMgr.3pm.gz |
FileSize | 1445 |
MD5 | A97A80FECC69CA991B4A0D209166C92E |
SHA-1 | 03191F4C75EF7DCD5BC38F8C84FDB21F52A4F846 |
SHA-256 | 3DFF092DDD0D26CDC3945F280098B845DCD6AD3F958E7DE47DD3588DC3FE89B7 |
SSDEEP | 24:Xjlt5tVDyVayYSt/J8IpLckcnnScdawK76E2IfP/5qTwnMdmSLLeBINBkWUcPRPr:Xj14fJ8IOkGna6E24/0TwnMdmOLeMyW5 |
TLSH | T10231E96BF65C10610EFD7E745BE3386F1868BAB3C911E449FAC1A890916F2E311F1114 |
Key | Value |
---|---|
FileName | ./usr/lib64/perl5/vendor_perl/Net/SSH/Perl/Util/Hosts.pm |
FileSize | 6224 |
MD5 | C1852B64CAB805B35F2110EE17074CEC |
SHA-1 | 04404646BB0D934412C1015A7F22F01F4E9846B7 |
SHA-256 | FEE66F11C6DCFEE9F1A43004BABEAA2651F7691E41A6ABBEF4E348B7C30230F3 |
SSDEEP | 192:SAYZeyi3JPhO3aCyi/9LTWTGiezQiTphZjCyMj8:SAYkJh66T+7VhB |
TLSH | T1F3D1550965F7E75544BAB0782FCA911E2E0A901B1609CF3A3EDCD3D91F42430A5F6BC4 |
tar:gname | bin |
tar:uname | root |
Key | Value |
---|---|
FileName | ./usr/share/man/man3/Net::SSH::Perl::Mac.3pm.gz |
FileSize | 2573 |
MD5 | D8EF963D37F63B0B854E0EAA2E2512B1 |
SHA-1 | 080B840B445FA1154385B25C322C89CBEB6EA06B |
SHA-256 | F49E024467983EA70FD549563E402A567DE8FF1B396038C0322C9E73E39168F6 |
SSDEEP | 48:XuCjmfj8mDsHlnZH90dYU8g2NyBwqwx1aYopgbvTZ+VY0tvN0jOa7YCm6SmluWkf:mfj8mDsHlnZHuhxwqwrv3/Z+VY0tda0h |
TLSH | T19E514A200BAD090ECB1067FC58E67007523E4E980D27B8CE80BC24C5AAED646372A2BD |
Key | Value |
---|---|
CRC32 | F7BCBBFD |
FileName | ./usr/lib64/perl5/vendor_perl/Net/SSH/Perl/SSH1.pm |
FileSize | 16063 |
MD5 | 10678B1B09B5A1160307E7318F918800 |
OpSystemCode | 362 |
ProductCode | 163709 |
SHA-1 | 08263FFF918EF4785FE9523436D70B68603714F7 |
SHA-256 | 40158DDF1B3148416B742785FDE29200D8032C6A194E25CE0277A3A94D589CB3 |
SSDEEP | 384:cKH9hZLd7/Txmo0o0nlOY00e/AbXAR2LqOmZ:cKH9hZLJTMo0owlg0e/AbXAR2NmZ |
SpecialCode | |
TLSH | T1C572A65A66E79B1981B3B4364FFF53047A1BC01F1209993478AF6A88CF87C2CC564EB5 |
db | nsrl_modern_rds |
insert-timestamp | 1646980766.950678 |
source | NSRL |
tar:gname | bin |
tar:uname | root |
Key | Value |
---|---|
FileName | ./usr/share/man/man3/Net::SSH::Perl::Comp.3pm.gz |
FileSize | 2263 |
MD5 | B115E916C0E3E0B4C5330429D9CE1F89 |
SHA-1 | 0832DB922997E3E8E6F608A1941579192B1B96A1 |
SHA-256 | 709CB258C5243F990E69A96B4E5ECB64DD4611147CF64463DFCCF78AD964D8D2 |
SSDEEP | 48:XG8tWbx8TA//V6UGzWxsYTKGu+O0j13AKbx1d/GfRm:ry+TA/YUGzXjGuqjtNefA |
TLSH | T13D412D01407EACC8DD4E03B7D24D217CD4C9FC935B3A5BC3521AC809964368B95C9478 |
Key | Value |
---|---|
FileName | ./usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Net/SSH/Perl/Perl.so |
FileSize | 101784 |
MD5 | F5AF707605EBB3E15BBFB869F6E30693 |
SHA-1 | 0C07BCBD115F840CB9C3EF0BE95CF4E48E034015 |
SHA-256 | 4BCA4E5101E67413DF74B466332A6749787C4A7490B7E0B0C513B5C935FB719E |
SSDEEP | 3072:Fyk/zSYadsCXV82og54Z3vTd3zHZ0DELbTi:FZ/EiZ3vV50DEri |
TLSH | T174A3BF0BB9D349BEC8F08D34034F955AAE35B0D14302B53B785457AA19DBFA45F29F22 |
Key | Value |
---|---|
FileName | ./usr/share/man/man3/Net::SSH::Perl::Constants.3pm.gz |
FileSize | 2493 |
MD5 | 21247A37370CFB8B92AB72E346555C6B |
SHA-1 | 0D7F4D0C156F7518E3402F3CF14588A441EA1CC4 |
SHA-256 | B47D8AA0122FC9B38B55A71598027A265E60AE686F2698920AEDF5EBB62F3957 |
SSDEEP | 48:X1CJ5iSW7FuA75tL33zKZyL5u/AvaW6GheNjZARlZDHfi2hihy5irEwGw:FCJLW/bL33OZ6gYSWleDC+YMy2Gw |
TLSH | T19B515B3321FA2C489E35711B69CDF5E18291DC0D8FAD9365C87CA23BEA929114D0D33B |
Key | Value |
---|---|
CRC32 | A1843F84 |
FileName | ./usr/lib64/perl5/vendor_perl/Net/SSH/Perl/Auth/KeyboardInt.pm |
FileSize | 3416 |
MD5 | 1789A9AB34DB3718C858D46403470FFF |
OpSystemCode | 362 |
ProductCode | 163709 |
SHA-1 | 0F27BC5682530C02E405A9E4463CDDFF3C501E9F |
SHA-256 | 8FD655BA356766CABA22A2DADF2EAEF616D7F43DCA239E4639BACDB6CB17B76D |
SSDEEP | 96:WbW89merk3Ae8H7exXLhTZC3EsW2GX/gkpSoB+kso:zw+R8ixXSrWl9BBH |
SpecialCode | |
TLSH | T14B61652396DB2F5FD9730034ABBF4591761ED1BF12548022BCAD78954FC7418C2BAA8B |
db | nsrl_modern_rds |
insert-timestamp | 1646983328.5878656 |
source | NSRL |
tar:gname | bin |
tar:uname | root |
Key | Value |
---|---|
CRC32 | 9C54234D |
FileName | ./usr/lib64/perl5/vendor_perl/Net/SSH/Perl/Kex/DHGEXSHA256.pm |
FileSize | 1299 |
MD5 | 79A01FBBF373E3526DAB9D6ED6E24A32 |
OpSystemCode | 362 |
ProductCode | 163709 |
SHA-1 | 138767E970149DE786EB64EB6ACE5AFBBFF91029 |
SHA-256 | B14DE9352DBAF757EABCE22C93B0105D472E2464BD2C2F35C179275D82DE2437 |
SSDEEP | 24:D7zGAEHJr7cpGucIn1r6b+XQPz8Nm+Pz5qtDv2uxYQEcmeVVSNdy/MmELsFQNWeG:D3VEprAptcgK+XQb8FbSDv1Cc/VVmqMm |
SpecialCode | |
TLSH | T17F21230A5AB449668CE711A92DE3E0422E2F5F9F87169433BEF628D10FC746E913D051 |
db | nsrl_modern_rds |
insert-timestamp | 1646985206.0086172 |
source | NSRL |
tar:gname | bin |
tar:uname | root |
Key | Value |
---|---|
CRC32 | F0CDC2D0 |
FileName | ./usr/lib64/perl5/vendor_perl/Net/SSH/Perl/Auth/Rhosts_RSA.pm |
FileSize | 5015 |
MD5 | 78F4E42228ECE30190B73F2E06695510 |
OpSystemCode | 362 |
ProductCode | 163709 |
SHA-1 | 142FD6BEC7CF1D43EF66EA07E248EA47096ACEE7 |
SHA-256 | CDCA5AFF1D748F6AF85F535E342DD18CF603771F0B200FDD673CF1DA28AC169E |
SSDEEP | 96:ebm8skwiC0nk4Pe2P4GhUgu6r9KFAUXNtgI8k818I7cwwcZao:h36/G2PxQ6IFftsaIecZH |
SpecialCode | |
TLSH | T162A1650A52E6DB27C7633276E78A7192BA1AC13F03884C2175DD5C991F87D3C827A9D2 |
db | nsrl_modern_rds |
insert-timestamp | 1646985501.695828 |
source | NSRL |
tar:gname | bin |
tar:uname | root |