1Net::SSH::Perl::AuthMgrU(s3e)r Contributed Perl DocumentaNteito:n:SSH::Perl::AuthMgr(3)
2
3
4
6 Net::SSH::Perl::AuthMgr - Authentication manager/context for SSH-2
7
9 use Net::SSH::Perl::AuthMgr;
10 my $amgr = Net::SSH::Perl::AuthMgr->new($ssh);
11 $amgr->authenticate;
12
14 Net::SSH::Perl::AuthMgr manages authentication methods and auth context
15 for the SSH-2 authentication process. At its heart is a dispatch mecha‐
16 nism that waits for incoming packets and responds as necessary, based
17 on a handler table that maps packet types to code references.
18
19 You should never need to use AuthMgr directly, as it will be automati‐
20 cally invoked when you call login.
21
23 Please see the Net::SSH::Perl manpage for author, copyright, and
24 license information.
25
26
27
28perl v5.8.8 2003-12-03 Net::SSH::Perl::AuthMgr(3)