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
16 mechanism that waits for incoming packets and responds as necessary,
17 based 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
20 automatically 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.34.0 2022-03-04 Net::SSH::Perl::AuthMgr(3)