Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37477232
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-Net-SSH-Expect

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Текущая версия: 1.09-alt2
Время сборки: 15 ноября 2010, 17:22 ( 701.1 недели назад )
Размер архива: 19.00 Kb

Домашняя страница:   http://www.cpan.org

Лицензия: Artistic
О пакете: SSH wrapper to execute remote commands
Описание:

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…;
and by Net::Telnet and some of its methods work the same as these two modules.

Текущий майнтейнер: Alexey Shabalin

Список всех майнтейнеров, принимавших участие
в данной и/или предыдущих сборках пакета:

Список rpm-пакетов, предоставляемый данным srpm-пакетом:

  • perl-Net-SSH-Expect
ACL:
     
    дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    текущий майнтейнер: Michael Shigorin