in reply to Re: Input Type Error when setting up a SSH connection with Net::SSH::Perl
in thread Input Type Error when setting up a SSH connection with Net::SSH::Perl

When using "use strict":
How do I use the variables then ?
I need to use "the explicit package name"... what is it for my global variables?!?

Not using strict but cleartext passwords - hardcoded:
When setting the $pass to a fixed value I can login but
afterwards when executing any command with

$ssh->cmd($command)

I get the same error - it looks to me like the values read in from the STDIN are not crypted in the right way.
Is there any possibility to solve this problem ?

Thangs again


Mark
  • Comment on Re: Re: Input Type Error when setting up a SSH connection with Net::SSH::Perl