Net::SSH::Perl::AuthMgr - Authentication manager/context for SSH-2


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.

Index


NAME

Top

Net::SSH::Perl::AuthMgr - Authentication manager/context for SSH-2

SYNOPSIS

Top

    use Net::SSH::Perl::AuthMgr;
    my $amgr = Net::SSH::Perl::AuthMgr->new($ssh);
    $amgr->authenticate;

DESCRIPTION

Top

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.

AUTHOR & COPYRIGHTS

Top

Please see the Net::SSH::Perl manpage for author, copyright, and license information.


Net-SSH-Perl documentation  | view source Contained in the Net-SSH-Perl distribution.