SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Net-SSH-Perl rpm build for : CentOS Other. For other distributions click perl-Net-SSH-Perl.

Name : perl-Net-SSH-Perl
Version : 1.34 Vendor : David Robins < dbrobins_cpan_org>
Release : 1 Date : 2011-02-27 20:10:17
Group : Applications/CPAN Source RPM : perl-Net-SSH-Perl-1.34-1.src.rpm
Size : 0.43 MB
Packager : Arix International < cpan2rpm_arix_com>
Summary : Net-SSH-Perl - Perl client interface to SSH
Description :
I< 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.

I< 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 (F< /etc/ssh_config>, etc.), RSA identity files,
DSA identity files, known hosts files, etc.

One advantage to using I< 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 (I< 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 I< ssh> you probably need to use
I< Expect> to control the ssh client and give it your password.
I< 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 I< 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
I< Net::SSH::Perl>, please let me know (email address down in
I< AUTHOR & COPYRIGHTS>); it turns out that some SSH2 implementations
have subtle differences from others. 3DES (C< 3des-cbc>), Blowfish
(C< blowfish-cbc>), and RC4 (C< arcfour>) ciphers are currently
supported for SSH2 encryption, and integrity checking is performed
by either the C< hmac-sha1> or C< hmac-md5> algorithms. Compression, if
requested, is limited to Zlib. Supported server host key algorithms
are C< ssh-dss> (the default) and C< ssh-rsa> (requires I< Crypt::RSA>);
supported SSH2 public key authentication algorithms are the same.

If you\'re looking for SFTP support, take a look at I< Net::SFTP>,
which provides a full-featured Perl implementation of SFTP, and
sits on top of I< Net::SSH::Perl>. SFTP requires the usage of the
SSH2 protocol.

RPM found in directory: /vol/rzm5/linux-smeserver/contribs/fws/repo.firewall-services.com/centos/5/noarch

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Net-SSH-Perl-1.34-1.noarch.rpm
     

Provides :
perl(Net::SSH::Perl)
perl(Net::SSH::Perl::Agent)
perl(Net::SSH::Perl::Auth)
perl(Net::SSH::Perl::Auth::ChallengeResponse)
perl(Net::SSH::Perl::Auth::KeyboardInt)
perl(Net::SSH::Perl::Auth::Password)
perl(Net::SSH::Perl::Auth::PublicKey)
perl(Net::SSH::Perl::Auth::RSA)
perl(Net::SSH::Perl::Auth::Rhosts)
perl(Net::SSH::Perl::Auth::Rhosts_RSA)
perl(Net::SSH::Perl::AuthMgr)
perl(Net::SSH::Perl::Buffer)
perl(Net::SSH::Perl::Channel)
perl(Net::SSH::Perl::ChannelMgr)
perl(Net::SSH::Perl::Cipher)
perl(Net::SSH::Perl::Cipher::Blowfish)
perl(Net::SSH::Perl::Cipher::CBC)
perl(Net::SSH::Perl::Cipher::CFB)
perl(Net::SSH::Perl::Cipher::DES)
perl(Net::SSH::Perl::Cipher::DES3)
perl(Net::SSH::Perl::Cipher::DES3::EDE3)
perl(Net::SSH::Perl::Cipher::IDEA)
perl(Net::SSH::Perl::Cipher::RC4)
perl(Net::SSH::Perl::Comp)
perl(Net::SSH::Perl::Comp::Zlib)
perl(Net::SSH::Perl::Config)
perl(Net::SSH::Perl::Constants)
perl(Net::SSH::Perl::Handle)
perl(Net::SSH::Perl::Handle::SSH1)
perl(Net::SSH::Perl::Handle::SSH2)
perl(Net::SSH::Perl::Kex)
perl(Net::SSH::Perl::Kex::DH1)
perl(Net::SSH::Perl::Key)
perl(Net::SSH::Perl::Key::DSA)
perl(Net::SSH::Perl::Key::RSA)
perl(Net::SSH::Perl::Key::RSA1)
perl(Net::SSH::Perl::Mac)
perl(Net::SSH::Perl::Mac::MD5)
perl(Net::SSH::Perl::Mac::SHA1)
perl(Net::SSH::Perl::Packet)
perl(Net::SSH::Perl::SSH1)
perl(Net::SSH::Perl::SSH2)
perl(Net::SSH::Perl::Subsystem::Client)
perl(Net::SSH::Perl::Subsystem::Server)
perl(Net::SSH::Perl::Util)
perl(Net::SSH::Perl::Util::Authfile)
perl(Net::SSH::Perl::Util::Hosts)
perl(Net::SSH::Perl::Util::RSA)
perl(Net::SSH::Perl::Util::SSH1MP)
perl(Net::SSH::Perl::Util::SSH1Misc)
perl(Net::SSH::Perl::Util::SSH2MP)
perl(Net::SSH::Perl::Util::Term)
perl-Net-SSH-Perl

Requires :
perl(Carp)
perl(Compress::Zlib)
perl(Convert::PEM)
perl(Crypt::DES)
perl(Crypt::DH)
perl(Crypt::DSA)
perl(Crypt::DSA::Key)
perl(Crypt::DSA::Signature)
perl(Crypt::IDEA)
perl(Crypt::RSA)
perl(Crypt::RSA::Key)
perl(Crypt::RSA::Key::Private)
perl(Crypt::RSA::Key::Public)
perl(Crypt::RSA::Primitives)
perl(Crypt::RSA::SS::PKCS1v15)
perl(Digest::HMAC_MD5)
perl(Digest::HMAC_SHA1)
perl(Digest::MD5)
perl(Digest::SHA1)
perl(Fcntl)
perl(IO::Select)
perl(IO::Socket)
perl(MIME::Base64)
perl(Math::GMP)
perl(Math::Pari)
perl(Net::SSH::Perl)
perl(Net::SSH::Perl::Agent)
perl(Net::SSH::Perl::Auth)
perl(Net::SSH::Perl::AuthMgr)
perl(Net::SSH::Perl::Buffer)
perl(Net::SSH::Perl::Channel)
perl(Net::SSH::Perl::ChannelMgr)
perl(Net::SSH::Perl::Cipher)
perl(Net::SSH::Perl::Cipher::CBC)
perl(Net::SSH::Perl::Cipher::CFB)
perl(Net::SSH::Perl::Comp)
perl(Net::SSH::Perl::Config)
perl(Net::SSH::Perl::Constants)
perl(Net::SSH::Perl::Kex)
perl(Net::SSH::Perl::Kex::DH1)
perl(Net::SSH::Perl::Key)
perl(Net::SSH::Perl::Key::RSA1)
perl(Net::SSH::Perl::Mac)
perl(Net::SSH::Perl::Packet)
perl(Net::SSH::Perl::Util)
perl(POSIX)
perl(Scalar::Util)
perl(Socket)
perl(String::CRC32)
perl(Symbol)
perl(Sys::Hostname)
perl(Tie::Handle)
perl(base)
perl(constant)
perl(strict)
perl(vars)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(VersionedDependencies) <= 3.0.3-1


Content of RPM :
/usr/lib/perl5/site_perl/5.8.8/Net
/usr/lib/perl5/site_perl/5.8.8/Net/SSH
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Agent.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/ChallengeResponse.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/KeyboardInt.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/Password.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/PublicKey.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/RSA.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/Rhosts.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Auth/Rhosts_RSA.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/AuthMgr.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Buffer.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Channel.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/ChannelMgr.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/Blowfish.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/CBC.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/CFB.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/DES.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/DES3.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/IDEA.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Cipher/RC4.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Comp
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Comp.pm
/usr/lib/perl5/site_perl/5.8.8/Net/SSH/Perl/Comp/Zlib.pm
There is 80 files more in these RPM.

 
ICM