-
-
24 Aug 2017 05:51:41 UTC
- Distribution: Net-SSH-Perl
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Issues (62)
- Testers (2174 / 0 / 0)
- Kwalitee
Bus factor: 2- 47.96% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (250.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Crypt::Curve25519
- Crypt::IDEA
- CryptX
- IO::Socket
- Math::GMP
- Scalar::Util
- String::CRC32
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Net::SSH::Perl::SSH2 - SSH2 implementation
SYNOPSIS
use Net::SSH::Perl; my $ssh = Net::SSH::Perl->new($host, protocol => 2);
DESCRIPTION
Net::SSH::Perl::SSH2 implements the SSH2 protocol. It is a subclass of Net::SSH::Perl, and implements the interface described in the documentation for that module. In fact, your usage of this module should be completely transparent; simply specify the proper protocol value (
2
) when creating your Net::SSH::Perl object, and the SSH2 implementation will be loaded automatically.NOTE: Of course, this is still subject to protocol negotiation with the server; if the server doesn't support SSH2, there's not much the client can do, and you'll get a fatal error if you use the above protocol specification (
2
).AUTHOR & COPYRIGHTS
Please see the Net::SSH::Perl manpage for author, copyright, and license information.
Module Install Instructions
To install Net::SSH::Perl, copy and paste the appropriate command in to your terminal.
cpanm Net::SSH::Perl
perl -MCPAN -e shell install Net::SSH::Perl
For more information on module installation, please visit the detailed CPAN module installation guide.