[Perl-unix-users] Need information on Net::SSH::Perl package

2004-10-15 Thread MUTNURU, RISHI KAUNDINYA (STSD)
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

[Perl-unix-users] Need information on Net::SSH::Perl package

2004-10-14 Thread MUTNURU, RISHI KAUNDINYA (STSD)
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