tried using Net::SSH2 and Net::SSH::Perl and it didn't work for me so i had
to use expect.
Thanks
On Tue, Jan 5, 2010 at 8:30 PM, Salvador Fandino wrote:
> perl_haxor 123 wrote:
>
>> Hi All,
>>
>> I'm new to perl and facing a problem.... I'm
perl_haxor 123 wrote:
Hi All,
I'm new to perl and facing a problem I'm using a perl
expect script to login to multiple machines (having same username and
password) and execute the date command, initially i tested on one machine,
it worked fine...but wh
On Jan 3, 1:56 pm, perl.ha...@gmail.com (Perl_haxor 123) wrote:
> Hi All,
>
> I'm new to perl and facing a problem.... I'm using a perl
> expect script to login to multiple machines (having same username and
> password) and execute the date command, initiall
On Mon, 2010-01-04 at 02:38 +0100, Jeremiah Foster wrote:
> On Jan 4, 2010, at 24:15, Alvaro Mantilla Gimenez wrote:
>
> > Hello,
> >
> > I know this is a Perl question but is not more easier to log in with
> > ssh public key method and execute the commands inside the foreach and
> > don't do al
On Jan 4, 2010, at 24:15, Alvaro Mantilla Gimenez wrote:
> Hello,
>
> I know this is a Perl question but is not more easier to log in with
> ssh public key method and execute the commands inside the foreach and
> don't do all the username/password code?
Sometimes - like when you have a cluster
; Hi All,
>
>I'm new to perl and facing a problem.... I'm using a perl
> expect script to login to multiple machines (having same username and
> password) and execute the date command, initially i tested on one machine,
> it worked fine...but when i use a foreach loo
Hi All,
I'm new to perl and facing a problem I'm using a perl
expect script to login to multiple machines (having same username and
password) and execute the date command, initially i tested on one machine,
it worked fine...but when i use a foreach loop to tes