Fedora 19 Update: perl-Net-SSH-Expect-1.09-13.fc19

updates at fedoraproject.org updates at fedoraproject.org
Thu May 30 03:38:53 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-8251
2013-05-15 16:29:05
--------------------------------------------------------------------------------

Name        : perl-Net-SSH-Expect
Product     : Fedora 19
Version     : 1.09
Release     : 13.fc19
URL         : http://search.cpan.org/dist/Net-SSH-Expect/
Summary     : Net-SSH-Expect - SSH wrapper to execute remote commands
Description :
This module is a wrapper to the *ssh* executable that is available in
your system's *$PATH*. Use this module to execute commands on the
remote SSH server. It authenticates with the user and password you
passed in the constructor's attributes "user" and "password".

Once an ssh connection was started using the "connect()" method it will
remain open until you call the "close()" method. This allows you execute
as many commands as you want with the "exec()" method using only one
connection. This is a better approach over other ssh wrapper
implementations, i.e: Net::SCP, Net::SSH and Net::SCP::Expect, that
start a new ssh connection each time a remote command is issued or a
file is transfered.

It uses *Expect.pm* module to interact with the SSH server. A
"get_expect()" method is provided so you can obtain the internal
"Expect" object connected to the SSH server. Use this only if you have
some special need that you can't do with the "exec()" method.

This module was inspired by Net::SCP::Expect
<http://search.cpan.org/~djberg/Net-SCP-Expect-0.12/Expect.pm>
and by Net::Telnet and some of its methods work the same as these two
modules.

--------------------------------------------------------------------------------
Update Information:

Added directories to %files section of spec file
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #894523 - /usr/share/perl5/vendor_perl/Net/SSH/ is unowned
        https://bugzilla.redhat.com/show_bug.cgi?id=894523
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update perl-Net-SSH-Expect' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list