Net::SSH::Perl::Auth::KeyboardInt(3pm) - phpMan

Command: man perldoc info search(apropos)  


Net::SSH::Perl::Auth::KeyboardIUserpContributed Perl DocumeNet::SSH::Perl::Auth::KeyboardInt(3pm)



NAME
       Net::SSH::Perl::Auth::KeyboardInt - Keyboard-interactive auth plugin

SYNOPSIS
           use Net::SSH::Perl::Auth;
           my $auth = Net::SSH::Perl::Auth->new('KeyboardInt', $ssh);
           $auth->authenticate;

DESCRIPTION
       Net::SSH::Perl::Auth::KeyboardInt performs keyboard-interactive authentication with a
       remote sshd server. This plugin is only usable when using the SSH2 protocol, and you
       generally never need to use it manually; the client and server will perform authentication
       negotiation in order to log in the user, a step which happens automatically.

       When you create a new authentication object, you give it a Net::SSH::Perl::SSH2 object
       $ssh, which should contain an open connection to an ssh daemon, as well as the data that
       the authentication module needs to proceed.

       The authenticate method will enter into a dialog with the server. For keyboard-interactive
       authentication, this entails sending a request to authenticate the user using this form of
       authentication, then waiting for any number of prompts for authentication. These prompts
       are then presented to the user, who enters his/her responses; the responses are then sent
       back to the server, which either allows or denies the user's credentials.

       The fact that this authentication method requires responses to interactive prompts
       requires that you only use this method in an interactive SSH connection.

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



perl v5.10.0                                2003-12-03     Net::SSH::Perl::Auth::KeyboardInt(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:18 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!