logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::OpenSSH::Compat - Compatibility modules for Net::OpenSSH

Bugs And Support

Thisisaworkinprogress.

       If you find any bug fill a report at the CPAN RT bugtracker
       (<https://rt.cpan.org/Ticket/Create.html?Queue=Net-OpenSSH-Compat>) or just send me an e-mail with the
       details.

   Gitrepository
       The source code repository is at <https://github.com/salva/p5-Net-OpenSSH-Compat>.

   Mywishlist
       If you like this module and you're feeling generous, take a look at my Amazon Wish List:
       <http://amzn.com/w/1WU1P6IR5QZ42>

       Also consider contributing to the OpenSSH project this module builds upon:
       <http://www.openssh.org/donations.html>.

Description

       This package contains a set of adapter modules that run on top of Net::OpenSSH providing the APIs of
       other SSH modules available from CPAN.

       Currently, there are adapters available for Net::SSH2 and Net::SSH::Perl. Adapters for Net::SSH and
       Net::SFTP are planned... maybe also for Net::SCP and Net::SCP::Expect if somebody request them.

Name

       Net::OpenSSH::Compat - Compatibility modules for Net::OpenSSH

See Also

       Net::OpenSSH, Net::OpenSSH::Compat::SSH2, Net::OpenSSH::Compat::Perl.

Synopsis

         use Net::OpenSSH::Compat 'Net::SSH2';
         use Net::OpenSSH::Compat 'Net::SSH::Perl';

See Also