Man Page: net::openssh::compat::ssh
Operating Environment: debian
Section: 3pm
Net::OpenSSH::Compat::SSH(3pm) User Contributed Perl Documentation Net::OpenSSH::Compat::SSH(3pm)NAMENet::OpenSSH::Compat::SSH - Net::OpenSSH adapter for Net::SSH API compatibilitySYNOPSISuse Net::OpenSSH::ConnectionCache; # for speed bost use Net::OpenSSH::Compat qw(Net::SSH); use Net::SSH qw(ssh ssh_cmd sshopen3); my $out = ssh_cmd('username@host', $command); sshopen2('user@hostname', $reader, $writer, $command); sshopen3('user@hostname', $writer, $reader, $error, $command);DESCRIPTIONThis module implements Net::SSH API on top of Net::OpenSSH. After the module is loaded as follows: use Net::OpenSSH::Compat 'Net::SSH'; or from the command line: $ perl -MNet::OpenSSH::Compat=Net::SSH script.pl it will supplant Net::SSH module as if it was installed on the machine and use Net::OpenSSH under the hood to handle SSH operations. Most programs using Net::SSH should continue to work without any change. It can be used together with Net::OpenSSH::ConnectionCache usually for a big speed boost. perl v5.14.2 2011-09-28 Net::OpenSSH::Compat::SSH(3pm)
| Related Man Pages |
|---|
| ssh-argv0(1) - debian |
| ssh-argv0(1) - x11r4 |
| net::cli::interact::transport::ssh(3pm) - debian |
| net::inet6glue(3pm) - debian |
| net::openssh::compat::ssh2(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Is UNIX an open source OS ? |
| One instance of comparing grep and awk |
| New UNIX and Linux History Sections |
| My first PERL incarnation... Audio Oscillograph |