Skip Menu |

This queue is for tickets about the Net-SSH-Perl CPAN distribution.

Report information
The Basics
Id: 84727
Status: resolved
Priority: 0/
Queue: Net-SSH-Perl

People
Owner: Nobody in particular
Requestors: andrew.kirkland [...] monash.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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 ========================================
Subject: Re: [rt.cpan.org #84727] AutoReply: Password problem
Date: Fri, 19 Apr 2013 10:38:01 +1000
To: bug-Net-SSH-Perl [...] rt.cpan.org
From: Andrew Kirkland <andrew.kirkland [...] monash.edu>
Sorry, I think I found the problem. I was using Config::General and forgot to turn off the comments option. My mistake... On 19/04/2013 10:34 AM, Bugs in Net-SSH-Perl via RT wrote: Show quoted text
> Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Password problem", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #84727]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=84727 > > Please include the string: > > [rt.cpan.org #84727] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Net-SSH-Perl@rt.cpan.org > > ------------------------------------------------------------------------- > 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 ========================================
No worries. :-) Regards, Steffen -- Steffen Schwigon <ss5@renormalist.net> Dresden Perl Mongers <http://dresden-pm.org/>