in reply to Re: SFTP & SSH support in Red Hat AS4
in thread SFTP & SSH support in Red Hat AS4

I found this on Cpan.. Is this the same things or something different? Bundle::SSH - A bundle to install modules to use SSH from Perl SYNOPSIS First you have to download and expand the PARI itself. See INSTALL PARI below. Then: perl -MCPAN -e 'force install Bundle::SSH' DESCRIPTION This bundle defines the modules you need to use SSH from Perl. Thre are two ways to do this. One is using Net::SSH which is a wrapper around the ssh command installed (or not) on your computer. It is simple to install and use but it depends on external executabel and has other drawbacks too. I have included it in this bundle. The other way which is more involved both in terms of installation and in the way you use it is called Net::SSH::Perl . It is a Perl/C implementation of the SSH protocol. This module should list all the required modules (and maybe more) to use either of the above way to ssh to another machine. It is organized in a way so it will be able to install everything without the need to install prerequsite modules
  • Comment on Re^2: SFTP & SSH support in Red Hat AS4

Replies are listed 'Best First'.
Re^3: SFTP & SSH support in Red Hat AS4
by Khen1950fx (Canon) on Oct 05, 2006 at 22:08 UTC
    Bundle::SSH is good. It can make things easier, but the problem of pari still remains. Installing pari requires a lot of time and experimentation, and the installation process varies from one machine to another because of dependencies. If the sysadmin can get pari installed right, then, by all means, try Bundle::SSH.