Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: hemingway [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.30
Fixed in: 1.33



Subject: PublicKey authentication dies if the key comes via agent forwarding
Net::SSH::Perl::Auth::PublicKey insists that it be able to see the identify file holding the keys it knows about. Should you have your keys forwarded from another agent, this fails. Although I haven't included a patch, the fix is simple. Remove line 76 of lib/Net/SSH/Perl/Auth/PublicKey.pm
The line was removed as requested as of version 1.33