Skip Menu |

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

Report information
The Basics
Id: 26074
Status: rejected
Priority: 0/
Queue: Net-SSH2

People
Owner: Nobody in particular
Requestors: glenn [...] experts-exchange.com
Cc:
AdminCc:

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



Subject: Authorization using SSH-Agent
When using Net::SSH::Perl, you can login to a remote host without supplying credentials by using an SSH agent. This functionality does not exist in Net::SSH2 The circumstance involves loggin into server X from a local machine running ssh-agent and agent forwarding. Server X gets the users credentials from the agent; when the user tries to connect from server X to another server, agent forwarding allows the user access to the next server. Perl scripts written using Net::SSH::Perl could take advantage of this funcionality to administer many machines from Serveer X. You cannot duplicate this behavior using Net::SSH2, but it sure would be nice to be able to.
This sounds like a feature that would need to be implemented in libssh2, not the perl wrapper; see http://libssh2.org for contacts/mailing list.