1Net::SSH::Perl::AuthMgrU(s3e)r Contributed Perl DocumentaNteito:n:SSH::Perl::AuthMgr(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR & COPYRIGHTS

23       Please see the Net::SSH::Perl manpage for author, copyright, and
24       license information.
25
26
27
28perl v5.32.0                      2020-07-28        Net::SSH::Perl::AuthMgr(3)
Impressum