Net::SSH::Perl::AuthMgr - Authentication manager/context for SSH-2
use Net::SSH::Perl::AuthMgr;
my $amgr = Net::SSH::Perl::AuthMgr->new($ssh);
$amgr->authenticate;
Net::SSH::Perl::AuthMgr manages authentication methods and auth context
for the SSH-2 authentication process. At its heart is a dispatch mechanism
that waits for incoming packets and responds as necessary, based on a handler
table that maps packet types to code references.
You should never need to use AuthMgr directly, as it will
be automatically invoked when you call login.
Please see the Net::SSH::Perl manpage for author, copyright, and license
information.