Hi All,
I am using the above package for my project work and stucked at the
following
Point.
eb96140: Warning: ignore packet type 100 > Program is hanging here
eb96140: Reading configuration data /.ssh/config
eb96140: Reading configuration data /etc/ssh_config
eb96140: Connecting to emlorc
Hi experts,
Currently I have written a test program as follows.
use strict;
use warnings;
#use IPC::open2;
use Net::SSH::Perl;
#my $host = 'samudra.india.hp.com';
my $host = '15.76.97.101';
my $cmd="cd Test";
My $cmd1="ls -al";
my $ssh = new Net::SSH::Perl($host, port => 22, debug => 1, pr