- Original Message -
From: "perl_haxor 123"
To: "Sisyphus"
Cc:
Sent: Thursday, March 11, 2010 10:16 PM
Subject: Re: stripped output from Net::SSH2
Hi Rob,
Thanks a lot for looking into thisi can't execute cat command on
the routing devices, I w
t;Sisyphus"
> Cc:
> Sent: Thursday, March 11, 2010 6:38 AM
> Subject: Re: stripped output from Net::SSH2
>
>
>
> find the script below:
>>
>> #!/usr/bin/perl -w
>> use strict;
>>
>> use Term::ReadKey;
>> use Net::SSH2;
>>
>&
- Original Message -
From: "perl_haxor 123"
To: "Sisyphus"
Cc:
Sent: Thursday, March 11, 2010 6:38 AM
Subject: Re: stripped output from Net::SSH2
find the script below:
#!/usr/bin/perl -w
use strict;
use Term::ReadKey;
use Net::SSH2;
use constant BUFLEN =&
xt";
print OUTPUT "HOST: $_\n\n";
print OUTPUT "$buf\n";
print OUTPUT "\n\n\n";
print OUTPUT
"##############\n\n";
close OUTPUT;
$chan->close();
}
Thanks
- Original Message -
From: "perl_haxor 123"
To:
Sent: Thursday, March 11, 2010 6:07 AM
Subject: stripped output from Net::SSH2
Hi All,
I'm using Net::SSH2 module on windows machine, the purpose of
this
script is to login to multiple devices and ex
Hi All,
I'm using Net::SSH2 module on windows machine, the purpose of this
script is to login to multiple devices and execute "show run" command and
print the output of the command to a text file, ...the script login to
multiple devices and executes "show run" command", reads from t