in reply to User Authentication is not working in Net::SSH::W32Perl

Does your password contain spaces or special characters that might have been changed by the command shell? Try printing $pass and check if it is what you expect.
  • Comment on Re: User Authentication is not working in Net::SSH::W32Perl

Replies are listed 'Best First'.
Re^2: User Authentication is not working in Net::SSH::W32Perl
by sthirumalai (Novice) on Mar 11, 2010 at 17:02 UTC
    Thanks Jethro...