Mon, 20 May 2024 15:58:40 UTC | login

Information for build perl-Net-SSH-Expect-1.09-25.fc27

ID13016
Package Nameperl-Net-SSH-Expect
Version1.09
Release25.fc27
Epoch
SummaryNet-SSH-Expect - SSH wrapper to execute remote commands
DescriptionThis 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.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:19:49 UTC
CompletedSat, 14 Apr 2018 20:19:49 UTC
Tags
f28
f29
RPMs
src
perl-Net-SSH-Expect-1.09-25.fc27.src.rpm (info) (download)
noarch
perl-Net-SSH-Expect-1.09-25.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-24 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-22 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.09-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-19 - Perl 5.22 rebuild * Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.09-18 - Perl 5.20 rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed Aug 28 2013 Carl Thompson <fedora@red-dragon.com> - 1.09-16 - fixed permissions in %files section * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 1.09-14 - Perl 5.18 rebuild * Tue May 14 2013 Carl Thopmson <fedora@red-dragon.com> - 1.09-13 - added ownership to directories * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 1.09-10 - Perl 5.16 rebuild - Specify all dependencies * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.09-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-8 - Perl mass rebuild * Fri Jun 24 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-7 - Perl mass rebuild * Fri Jun 17 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.09-6 - Perl mass rebuild * Fri Mar 04 2011 Carl Thompson <fedora@red-dragon.com> 1.09-5 - fixed a typo in the spec file * Thu Mar 03 2011 Carl Thompson <fedora@red-dragon.com> 1.09-4 - updated the spec to remove some legacy components - added PERL5_CPANPLUS_IS_RUNNING=1 to prevent package from pulling - from CPAN * Wed Mar 02 2011 Carl Thompson <fedora@red-dragon.com> 1.09-3 - fixed an error in the if statements testing distro for definition * Wed Mar 02 2011 Carl Thompson <fedora@red-dragon.com> 1.09-2 - cleaned up the spec file and used more macros * Tue Mar 01 2011 Carl Thompson <fedora@red-dragon.com> 1.09-1 - Initial build.