Skip Menu |

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

Report information
The Basics
Id: 39221
Status: resolved
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: g.zumstrull [...] rheinenergie.com
Cc:
AdminCc:

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



Subject: Segmentation fault using auth_publickey
Date: Fri, 12 Sep 2008 16:14:19 +0200
To: <bug-Net-SSH2 [...] rt.cpan.org>
From: <g.zumstrull [...] rheinenergie.com>
Perl coredumps in auth_publickey when no password is given (only three parameters or undef or non string) but the keyfile has a passphrase. It works as expected when: - the keyfile has no passphrase - the keyfile has a passphrase and the passphrase is given - the keyfile has a passphrase and given passphrase is wrong or empty string (returns false) Versions: Net::SSH2 0.18 libssh2 0.18 perl 5.10.0 (but also on 5.8) CYGWIN_NT-5.1 SYS 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
Nowadays, public keys authentication seems to work for everybody. Closing.