Subject: | Password problem |
Date: | Fri, 19 Apr 2013 10:33:36 +1000 |
To: | bug-Net-SSH-Perl [...] rt.cpan.org |
From: | Andrew Kirkland <andrew.kirkland [...] monash.edu> |
Hi there,
I just came across a potential bug in the $ssh->login($username,
$password) method.
...
my $username = q{someguy};
my $password = q{something#123};
$ssh->login($username, $password) ;
This came back with permission denied error. Apparently it was ignoring
everything from '#' onwards in the login call as though it was a
comment. Not sure if this is a bug or not or something in my environment.
If I used $ssh->login( $username, q{something#123} ) it worked fine.
Thoughts?
--
========================================
eSolutions
Building 203, Clayton Campus, Monash University
Clayton Vic 3800
Australia
Ph: +61 3 990 56155
========================================