Net::SSH::Perl::AuthMgr(3pm) User Contributed Perl Documentation Net::SSH::Perl::AuthMgr(3pm)
NAME
Net::SSH::Perl::AuthMgr - Authentication manager/context for SSH-2
SYNOPSIS
use Net::SSH::Perl::AuthMgr;
my $amgr = Net::SSH::Perl::AuthMgr->new($ssh);
$amgr->authenticate;
DESCRIPTION
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
Please see the Net::SSH::Perl manpage for author, copyright, and license information.
perl v5.10.0 2008-10-02 Net::SSH::Perl::AuthMgr(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 21:20 @38.107.179.237 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)