http://www.perlmonks.org?node_id=1020768


in reply to Re: Perl Net::SSH2 unable to connect
in thread Perl Net::SSH2 unable to connect

Oh looks like that worked thanks both McA and VinsWorldcom

Another question I had was there is a method

 $ssh2->error

I guess it returns an error code what do these code mean. I get an error code like (0, 13, 7 etc)

Last question I have is that if I am connected to $ssh2 until I say $ssh2->disconnect i would remain connected and I can do continue running my script. Thanks !